Type alias StorageMethodType
Storage
Method
Type
: { bandwidth
?: number; browse
: boolean; failureMessage
?: string; id
?: SiteIdType; lastFailure
?: string; lastSuccess
?: string; loc
?: string; metadata
?: SimpleMetadataType; read
: boolean; resourceTag
?: ResourceTagType[]; type
?: string; uri
: string; write
: boolean; }
Type declaration
-
Optional bandwidth?: number
-
browse: boolean
-
Optional failureMessage?: string
-
-
Optional lastFailure?: string
-
Optional lastSuccess?: string
-
Optional loc?: string
-
-
read: boolean
-
-
Optional type?: string
-
uri: string
-
write: boolean