Properties of a Stream.
Package
@google-cloud/datastreamProperties
backfillAll
backfillAll?: (google.cloud.datastream.v1.Stream.IBackfillAllStrategy|null);
Stream backfillAll
backfillNone
backfillNone?: (google.cloud.datastream.v1.Stream.IBackfillNoneStrategy|null);
Stream backfillNone
createTime
createTime?: (google.protobuf.ITimestamp|null);
Stream createTime
customerManagedEncryptionKey
customerManagedEncryptionKey?: (string|null);
Stream customerManagedEncryptionKey
destinationConfig
destinationConfig?: (google.cloud.datastream.v1.IDestinationConfig|null);
Stream destinationConfig
displayName
displayName?: (string|null);
Stream displayName
errors
errors?: (google.cloud.datastream.v1.IError[]|null);
Stream errors
labels
labels?: ({ [k: string]: string }|null);
Stream labels
name
name?: (string|null);
Stream name
sourceConfig
sourceConfig?: (google.cloud.datastream.v1.ISourceConfig|null);
Stream sourceConfig
state
state?: (google.cloud.datastream.v1.Stream.State|keyof typeof google.cloud.datastream.v1.Stream.State|null);
Stream state
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Stream updateTime