Members
Methods
get(StorageID) → {StorageObject|Array.<StorageObject>}
Fetch storage object with matching ID
Parameters:
Name | Type | Description |
---|---|---|
StorageID |
string
|
Get storage object with the matching Storage ID. When undefined |
Returns:
-
- Type:
-
StorageObject
-
- Type:
-
Array.<StorageObject>
Only when no parameters are passed
getByFilename(fname) → {Array.<StorageObject>}
Fetch all Storage Objects matching the filename.
Parameters:
Name | Type | Description |
---|---|---|
fname |
string
|
Filename |
Returns:
- Type:
-
Array.<StorageObject>
getByName(StorageName) → {Array.<StorageObject>}
Returns all storage objects with the matching meta name
Parameters:
Name | Type | Description |
---|---|---|
StorageName |
string
|
Returns:
- Type:
-
Array.<StorageObject>