public sealed class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo : IMessage<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo>, IEquatable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo>, IDeepCloneable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo.
The profile information for a string type field.
Inheritance
object > DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfoImplements
IMessageDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesStringFieldInfo, IEquatableDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesStringFieldInfo, IDeepCloneableDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesStringFieldInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
StringFieldInfo()
public StringFieldInfo()
StringFieldInfo(StringFieldInfo)
public StringFieldInfo(DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo other)
Parameter | |
---|---|
Name | Description |
other | DataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesStringFieldInfo |
Properties
AverageLength
public double AverageLength { get; set; }
Average length of non-null values in the scanned data.
Property Value | |
---|---|
Type | Description |
double |
MaxLength
public long MaxLength { get; set; }
Maximum length of non-null values in the scanned data.
Property Value | |
---|---|
Type | Description |
long |
MinLength
public long MinLength { get; set; }
Minimum length of non-null values in the scanned data.
Property Value | |
---|---|
Type | Description |
long |