Show / Hide Table of Contents

Class AggregatedData

Aggregated data for the RegistryBook.

Inheritance
object
AggregatedData
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.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class AggregatedData : IDirectResponseSchema

Properties

CustomRangesCount

Output only. Number of custom ranges in the RegistryBook.

Declaration
[JsonProperty("customRangesCount")]
public virtual int? CustomRangesCount { get; set; }
Property Value
Type Description
int?

CustomRealmsCount

Output only. Number of custom realms in the RegistryBook.

Declaration
[JsonProperty("customRealmsCount")]
public virtual int? CustomRealmsCount { get; set; }
Property Value
Type Description
int?

DiscoveredRangesCount

Output only. Number of discovered ranges in the RegistryBook.

Declaration
[JsonProperty("discoveredRangesCount")]
public virtual int? DiscoveredRangesCount { get; set; }
Property Value
Type Description
int?

DiscoveredRealmsCount

Output only. Number of discovered realms in the RegistryBook.

Declaration
[JsonProperty("discoveredRealmsCount")]
public virtual int? DiscoveredRealmsCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

UniqueScopesCount

Output only. Number of scopes unique to the RegistryBook.

Declaration
[JsonProperty("uniqueScopesCount")]
public virtual int? UniqueScopesCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX