Class XPSCommonStats
Common statistics for a column with a specified data type.
Inheritance
XPSCommonStats
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSCommonStats : IDirectResponseSchema
Properties
DistinctValueCount
Declaration
[JsonProperty("distinctValueCount")]
public virtual long? DistinctValueCount { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NullValueCount
Declaration
[JsonProperty("nullValueCount")]
public virtual long? NullValueCount { get; set; }
Property Value
ValidValueCount
Declaration
[JsonProperty("validValueCount")]
public virtual long? ValidValueCount { get; set; }
Property Value
Implements