Show / Hide Table of Contents

Class XPSTimestampStats

The data statistics of a series of TIMESTAMP values.

Inheritance
object
XPSTimestampStats
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 XPSTimestampStats : 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

GranularStats

The string key is the pre-defined granularity. Currently supported: hour_of_day, day_of_week, month_of_year. Granularities finer that the granularity of timestamp data are not populated (e.g. if timestamps are at day granularity, then hour_of_day is not populated).

Declaration
[JsonProperty("granularStats")]
public virtual IDictionary<string, XPSTimestampStatsGranularStats> GranularStats { get; set; }
Property Value
Type Description
IDictionary<string, XPSTimestampStatsGranularStats>

MedianTimestampNanos

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX