Interface protos.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.IProfileInfo (3.7.0)

Properties of a ProfileInfo.

Package

@google-cloud/dataplex

Properties

distinctRatio

distinctRatio?: (number|null);

ProfileInfo distinctRatio

doubleProfile

doubleProfile?: (google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IDoubleFieldInfo|null);

ProfileInfo doubleProfile

integerProfile

integerProfile?: (google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IIntegerFieldInfo|null);

ProfileInfo integerProfile

nullRatio

nullRatio?: (number|null);

ProfileInfo nullRatio

stringProfile

stringProfile?: (google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IStringFieldInfo|null);

ProfileInfo stringProfile

topNValues

topNValues?: (google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.ITopNValue[]|null);

ProfileInfo topNValues