Class TopicPartitions
Response for GetTopicPartitions.
Implements
Inherited Members
Namespace: Google.Apis.PubsubLite.v1.Data
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class TopicPartitions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartitionCount
The number of partitions in the topic.
Declaration
[JsonProperty("partitionCount")]
public virtual long? PartitionCount { get; set; }
Property Value
Type | Description |
---|---|
long? |