Method GetBlobSettingsStore
GetBlobSettingsStore(String)
Get blob settings store
Declaration
BlobSettingsStoreContract GetBlobSettingsStore(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
BlobSettingsStoreContract | The blob settings store. See also BlobSettingsStoreContract |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetBlobSettingsStore
Example for get blob settings store.{
"connectionId": "ea19eaca-e97c-4329-a8a6-2db790a52c1f"
}
Response:
{
"GetBlobSettingsStoreResult": {
"AddImportedFilesToCache": false,
"CacheActive": true,
"CacheRetentionDays": 12 }
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |