DataStream v1alpha1 API - Class Stream (2.0.0-alpha05)
Version 2.0.0-alpha05keyboard_arrow_down
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-09 UTC."],[],[]]