public sealed class DataProfileResult.Types.Profile.Types.Field : IMessage<DataProfileResult.Types.Profile.Types.Field>, IEquatable<DataProfileResult.Types.Profile.Types.Field>, IDeepCloneable<DataProfileResult.Types.Profile.Types.Field>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.Types.Profile.Types.Field.
A field within a table.
Implements
IMessageDataProfileResultTypesProfileTypesField, IEquatableDataProfileResultTypesProfileTypesField, IDeepCloneableDataProfileResultTypesProfileTypesField, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Field()
public Field()
Field(Field)
public Field(DataProfileResult.Types.Profile.Types.Field other)
Parameter | |
---|---|
Name | Description |
other | DataProfileResultTypesProfileTypesField |
Properties
Mode
public string Mode { get; set; }
The mode of the field. Possible values include:
- REQUIRED, if it is a required field.
- NULLABLE, if it is an optional field.
- REPEATED, if it is a repeated field.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name of the field.
Property Value | |
---|---|
Type | Description |
string |
Profile
public DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo Profile { get; set; }
Profile information for the corresponding field.
Property Value | |
---|---|
Type | Description |
DataProfileResultTypesProfileTypesFieldTypesProfileInfo |
Type
public string Type { get; set; }
The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Entity, it is the Entity Schema.
Property Value | |
---|---|
Type | Description |
string |