Send feedback
DataStream v1alpha1 API - Class Stream (2.0.0-alpha04)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.0.0-alpha04 keyboard_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.
Send feedback
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 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]