Show / Hide Table of Contents

Class XPSStructStats

The data statistics of a series of STRUCT values.

Inheritance
object
XPSStructStats
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 XPSStructStats : IDirectResponseSchema

Properties

CommonStats

Declaration
[JsonProperty("commonStats")]
public virtual XPSCommonStats CommonStats { get; set; }
Property Value
Type Description
XPSCommonStats

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldStats

Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.

Declaration
[JsonProperty("fieldStats")]
public virtual IDictionary<string, XPSDataStats> FieldStats { get; set; }
Property Value
Type Description
IDictionary<string, XPSDataStats>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX