ComposeRequest

A request to compose objects.

ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage

Properties

Name Type Description
kind string The kind of item this is.
sourceObjects array The list of source objects that will be concatenated into a single object. Maximum 32 objects.
View JSON Schema on GitHub

JSON Schema

gcp-cloud-storage-json-compose-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComposeRequest",
  "type": "object",
  "description": "A request to compose objects.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The kind of item this is."
    },
    "sourceObjects": {
      "type": "array",
      "description": "The list of source objects that will be concatenated into a single object. Maximum 32 objects."
    }
  }
}