Class XPSTimestampStats
The data statistics of a series of TIMESTAMP values.
Inheritance
XPSTimestampStats
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTimestampStats : IDirectResponseSchema
Properties
CommonStats
Declaration
[JsonProperty("commonStats")]
public virtual XPSCommonStats CommonStats { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
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
Declaration
[JsonProperty("medianTimestampNanos")]
public virtual long? MedianTimestampNanos { get; set; }
Property Value
Implements