Interface protos.google.storage.v2.IAppendObjectSpec (0.8.2)

Properties of an AppendObjectSpec.

Package

@google-cloud/storage-control

Properties

bucket

bucket?: (string|null);

AppendObjectSpec bucket

generation

generation?: (number|Long|string|null);

AppendObjectSpec generation

ifMetagenerationMatch

ifMetagenerationMatch?: (number|Long|string|null);

AppendObjectSpec ifMetagenerationMatch

ifMetagenerationNotMatch

ifMetagenerationNotMatch?: (number|Long|string|null);

AppendObjectSpec ifMetagenerationNotMatch

object

object?: (string|null);

AppendObjectSpec object

routingToken

routingToken?: (string|null);

AppendObjectSpec routingToken

writeHandle

writeHandle?: (google.storage.v2.IBidiWriteHandle|null);

AppendObjectSpec writeHandle