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 Bigtable v2 API class Type.Types.Struct.Types.Field.
A struct field and its type.
Implements
IMessageTypeTypesStructTypesField, IEquatableTypeTypesStructTypesField, IDeepCloneableTypeTypesStructTypesField, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.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 |