Show / Hide Table of Contents

Class XPSCommonStats

Common statistics for a column with a specified data type.

Inheritance
object
XPSCommonStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSCommonStats : IDirectResponseSchema

Properties

DistinctValueCount

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

NullValueCount

Declaration
[JsonProperty("nullValueCount")]
public virtual long? NullValueCount { get; set; }
Property Value
Type Description
long?

ValidValueCount

Declaration
[JsonProperty("validValueCount")]
public virtual long? ValidValueCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX