public sealed class Stream : IMessage<Stream>, IEquatable<Stream>, IDeepCloneable<Stream>, IBufferMessage, IMessage
Namespace
Google.Cloud.Datastream.V1Alpha1
Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
Stream()
Stream(Stream)
public Stream(Stream other)
Parameter |
Name |
Description |
other |
Stream
|
Properties
BackfillAll
public Stream.Types.BackfillAllStrategy BackfillAll { get; set; }
Automatically backfill objects included in the stream source
configuration. Specific objects can be excluded.
BackfillNone
public Stream.Types.BackfillNoneStrategy BackfillNone { get; set; }
Do not automatically backfill any objects.
BackfillStrategyCase
public Stream.BackfillStrategyOneofCase BackfillStrategyCase { get; }
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The creation time of the stream.
DestinationConfig
public DestinationConfig DestinationConfig { get; set; }
Required. Destination connection profile configuration.
DisplayName
public string DisplayName { get; set; }
Property Value |
Type |
Description |
string |
|
Errors
public RepeatedField<Error> Errors { get; }
Output only. Errors on the Stream.
Labels
public MapField<string, string> Labels { get; }
Name
public string Name { get; set; }
Output only. The stream's name.
Property Value |
Type |
Description |
string |
|
SourceConfig
public SourceConfig SourceConfig { get; set; }
Required. Source connection profile configuration.
State
public Stream.Types.State State { get; set; }
StreamName
public StreamName StreamName { get; set; }
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update time of the stream.