Open sdeigm opened 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.
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
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.