> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TitleBlob (JSON)

> TitleBlob (JSON)

# TitleBlob (JSON)

Contains information about a title from storage.

<a id="ID4EP" />

## 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. |

<a id="ID4E6C" />

## Sample JSON syntax

```json theme={null}
{
    "fileName":"foo\bar\blob.txt,binary",
    "clientFileTime":"2012-01-01T01:02:03.1234567Z",
    "displayName":"Friendly Name",
    "size":12,
    "etag":"0x8CEB3E4F8F3A5BF",
    "smartBlobType":"binary"
}
      
```

<a id="ID4EID" />

## See also

<a id="ID4EKD" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)
