DataStream v1 API - Class MongodbField (2.11.0)

public sealed class MongodbField : IMessage<MongodbField>, IEquatable<MongodbField>, IDeepCloneable<MongodbField>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class MongodbField.

MongoDB Field.

Inheritance

object > MongodbField

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MongodbField()

public MongodbField()

MongodbField(MongodbField)

public MongodbField(MongodbField other)
Parameter
Name Description
other MongodbField

Properties

Field

public string Field { get; set; }

Field name.

Property Value
Type Description
string