Interface protos.google.cloud.datastream.v1alpha1.IStream (3.1.0)

Properties of a Stream.

Package

@google-cloud/datastream

Properties

backfillAll

backfillAll?: (google.cloud.datastream.v1alpha1.Stream.IBackfillAllStrategy|null);

Stream backfillAll

backfillNone

backfillNone?: (google.cloud.datastream.v1alpha1.Stream.IBackfillNoneStrategy|null);

Stream backfillNone

createTime

createTime?: (google.protobuf.ITimestamp|null);

Stream createTime

destinationConfig

destinationConfig?: (google.cloud.datastream.v1alpha1.IDestinationConfig|null);

Stream destinationConfig

displayName

displayName?: (string|null);

Stream displayName

errors

errors?: (google.cloud.datastream.v1alpha1.IError[]|null);

Stream errors

labels

labels?: ({ [k: string]: string }|null);

Stream labels

name

name?: (string|null);

Stream name

sourceConfig

sourceConfig?: (google.cloud.datastream.v1alpha1.ISourceConfig|null);

Stream sourceConfig

state

state?: (google.cloud.datastream.v1alpha1.Stream.State|keyof typeof google.cloud.datastream.v1alpha1.Stream.State|null);

Stream state

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Stream updateTime