interface ChangeBlobKeyResponseValue {
    revision: string;
}

Properties

Properties

revision: string

The revision assigned to identify the stored blob. Revision is assigned by the server and can be used later to identify this blob and avoid conflicts.

Generated using TypeDoc