Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about a title from storage.
TitleBlob
The TitleBlob object has the following specification.
| Member | Type | Description |
|---|---|---|
| clientFileTime | DateTime | [optional] Date and time of the last upload of the file. |
| displayName | string | [optional] Name of the file that is shown to the user. |
| etag | string | Tag for the file used in download and upload requests. |
| fileName | string | Name of the file. |
| size | 64-bit signed integer | Size of the file in bytes. |
| smartBlobType | string | [optional] Type of data. Possible values are: config, json, binary. |
Sample JSON syntax
{
"fileName":"foo\bar\blob.txt,binary",
"clientFileTime":"2012-01-01T01:02:03.1234567Z",
"displayName":"Friendly Name",
"size":12,
"etag":"0x8CEB3E4F8F3A5BF",
"smartBlobType":"binary"
}