Show / Hide Table of Contents

Class DomainStat

Email statistics for a domain for a specified time period or date.

Inheritance
object
DomainStat
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.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class DomainStat : IDirectResponseSchema

Properties

Date

Optional. The specific date for these stats, if granularity is DAILY. This field is populated if the QueryDomainStatsRequest specified a DAILY aggregation granularity.

Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type Description
Date

ETag

The ETag of the item.

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

Metric

The user-defined name from MetricDefinition.name in the request, used to correlate this result with the requested metric.

Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type Description
string

Name

Output only. The resource name of the DomainStat resource. Format: domains/{domain}/domainStats/{domain_stat} The {domain_stat} segment is an opaque, server-generated ID. We recommend using the metric field to identify queried metrics instead of parsing the name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Value

The value of the corresponding metric.

Declaration
[JsonProperty("value")]
public virtual StatisticValue Value { get; set; }
Property Value
Type Description
StatisticValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX