layline-io / layline-doc

Apache License 2.0
0 stars 0 forks source link

Documentation of stream.getMetadata() does not containt the new FolderSetup property #27

Open sdeigm opened 3 months ago

sdeigm commented 3 months ago

Elmar just asked how he determine the associated FolderSetup of a layline stream (https://doc.layline.io/language-reference/javascript/API/classes/Stream#getmetadata)

The new FolderSetup metadata attribute is missing in the documentation. It is provided by all Sources with multi folder setup:

FileSystem FTP SMB Webdav OneDrive SharePoint

The GoogleCloudStorage source provides a similar field called Bucket which provides the information about the used BucketSetup.

juliabeyrich commented 2 months ago

FolderSetup property has been added to:

FileSystem FTP

In addition added: OneDrive SharePoint

SMB and Webdav are still missing - need to check the overall available metadata properties first