Skip to content

Latest commit

 

History

History
executable file
·
25 lines (21 loc) · 1.6 KB

LocalFilesImportStorage.md

File metadata and controls

executable file
·
25 lines (21 loc) · 1.6 KB

LocalFilesImportStorage

Properties

Name Type Description Notes
Id int32 [optional] [default to null]
Type_ string [optional] [default to null]
Synchronizable bool [optional] [default to null]
Path string Local path [optional] [default to null]
RegexFilter string Regex for filtering objects [optional] [default to null]
UseBlobUrls bool Interpret objects as BLOBs and generate URLs [optional] [default to null]
LastSync time.Time Last sync finished time [optional] [default to null]
LastSyncCount int32 Count of tasks synced last time [optional] [default to null]
LastSyncJob string Last sync job ID [optional] [default to null]
Status string [optional] [default to null]
Traceback string Traceback report for the last failed sync [optional] [default to null]
Meta interface{} Meta and debug information about storage processes [optional] [default to null]
Title string Cloud storage title [optional] [default to null]
Description string Cloud storage description [optional] [default to null]
CreatedAt time.Time Creation time [optional] [default to null]
Project int32 A unique integer value identifying this project. [default to null]

[Back to Model list] [Back to API list] [Back to README]