Show / Hide Table of Contents

Class GroupsCountResult

Groups specific count metrics.

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

Properties

AccountCountErrors

Error 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, these accounts in the request are not queried because they are not on hold. For other data scope, 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