Class XPSDataStats
The data statistics of a series of values that share the same DataType.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSDataStats : IDirectResponseSchema
Properties
ArrayStats
The statistics for ARRAY DataType.
Declaration
[JsonProperty("arrayStats")]
public virtual XPSArrayStats ArrayStats { get; set; }
Property Value
Type | Description |
---|---|
XPSArrayStats |
CategoryStats
The statistics for CATEGORY DataType.
Declaration
[JsonProperty("categoryStats")]
public virtual XPSCategoryStats CategoryStats { get; set; }
Property Value
Type | Description |
---|---|
XPSCategoryStats |
DistinctValueCount
The number of distinct values.
Declaration
[JsonProperty("distinctValueCount")]
public virtual long? DistinctValueCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Float64Stats
The statistics for FLOAT64 DataType.
Declaration
[JsonProperty("float64Stats")]
public virtual XPSFloat64Stats Float64Stats { get; set; }
Property Value
Type | Description |
---|---|
XPSFloat64Stats |
NullValueCount
The number of values that are null.
Declaration
[JsonProperty("nullValueCount")]
public virtual long? NullValueCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
StringStats
The statistics for STRING DataType.
Declaration
[JsonProperty("stringStats")]
public virtual XPSStringStats StringStats { get; set; }
Property Value
Type | Description |
---|---|
XPSStringStats |
StructStats
The statistics for STRUCT DataType.
Declaration
[JsonProperty("structStats")]
public virtual XPSStructStats StructStats { get; set; }
Property Value
Type | Description |
---|---|
XPSStructStats |
TimestampStats
The statistics for TIMESTAMP DataType.
Declaration
[JsonProperty("timestampStats")]
public virtual XPSTimestampStats TimestampStats { get; set; }
Property Value
Type | Description |
---|---|
XPSTimestampStats |
ValidValueCount
The number of values that are valid.
Declaration
[JsonProperty("validValueCount")]
public virtual long? ValidValueCount { get; set; }
Property Value
Type | Description |
---|---|
long? |