Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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"
}