Show / Hide Table of Contents

Class MailCountResult

Gmail and classic Hangouts-specific count metrics.

Inheritance
object
MailCountResult
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.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MailCountResult : IDirectResponseSchema

Properties

AccountCountErrors

Errors occurred when querying these accounts.

Declaration
[JsonProperty("accountCountErrors")]
public virtual IList<AccountCountError> AccountCountErrors { get; set; }
Property Value
Type Description
IList<AccountCountError>

AccountCounts

Subtotal count per matching account that have more than zero messages.

Declaration
[JsonProperty("accountCounts")]
public virtual IList<AccountCount> AccountCounts { get; set; }
Property Value
Type Description
IList<AccountCount>

ETag

The ETag of the item.

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

MatchingAccountsCount

Total number of accounts that can be queried and have more than zero messages.

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

NonQueryableAccounts

When DataScope is HELD_DATA and when account emails are passed in explicitly, the list of accounts in the request that are not queried because they are not on hold in the matter. For other data scopes, this field is not set.

Declaration
[JsonProperty("nonQueryableAccounts")]
public virtual IList<string> NonQueryableAccounts { get; set; }
Property Value
Type Description
IList<string>

QueriedAccountsCount

Total number of accounts involved in this count operation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX