XblTitleStorageBlobMetadata
Metadata about a blob.Syntax
Members
blobPathType: char[XBL_TITLE_STORAGE_BLOB_PATH_MAX_LENGTH] Blob path is a unique string that conforms to a SubPath\file format (example: “foo\bar\blob.txt”). blobType
Type: XblTitleStorageBlobType Type of blob data. Possible values are: Binary, Json, and Config. storageType
Type: XblTitleStorageType Type of storage. displayName
Type: char[XBL_TITLE_STORAGE_BLOB_DISPLAY_NAME_MAX_LENGTH] [optional] Friendly display name to show in app UI. eTag
Type: char[XBL_TITLE_STORAGE_BLOB_ETAG_MAX_LENGTH] ETag for the file used in read and write requests. clientTimestamp
Type: time_t [optional] Timestamp assigned by the client. length
Type: size_t Gets the number of bytes of the blob data. serviceConfigurationId
Type: char[XBL_SCID_LENGTH] The service configuration ID of the title xboxUserId
Type: uint64_t The XBOX User ID of the player this file belongs to. This value will be null for Global and Session files.
