Show / Hide Table of Contents

Class Capacity

The throughput capacity configuration for each partition.

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

Properties

ETag

The ETag of the item.

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

PublishMibPerSec

Publish throughput capacity per partition in MiB/s. Must be >= 4 and <= 16.

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

SubscribeMibPerSec

Subscribe throughput capacity per partition in MiB/s. Must be >= 4 and <= 32.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX