Google Cloud Bigtable Administration v2 API - Class Type.Types.Struct.Types.Field (3.18.0)

public sealed class Type.Types.Struct.Types.Field : IMessage<Type.Types.Struct.Types.Field>, IEquatable<Type.Types.Struct.Types.Field>, IDeepCloneable<Type.Types.Struct.Types.Field>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Type.Types.Struct.Types.Field.

A struct field and its type.

Inheritance

object > Type.Types.Struct.Types.Field

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

Field()

public Field()

Field(Field)

public Field(Type.Types.Struct.Types.Field other)
Parameter
Name Description
other TypeTypesStructTypesField

Properties

FieldName

public string FieldName { get; set; }

The field name (optional). Fields without a field_name are considered anonymous and cannot be referenced by name.

Property Value
Type Description
string

Type

public Type Type { get; set; }

The type of values in this field.

Property Value
Type Description
Type