Google Cloud Storage · JSON Structure

Gcp Cloud Storage Json Rewrite Response Structure

Type: object Properties: 5
ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage

RewriteResponse is a JSON Structure definition published by Google Cloud Storage, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind totalBytesRewritten objectSize done rewriteToken

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RewriteResponse",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "totalBytesRewritten": {
      "type": "string"
    },
    "objectSize": {
      "type": "string"
    },
    "done": {
      "type": "boolean"
    },
    "rewriteToken": {
      "type": "string"
    }
  }
}