Class IOPSPerTB
IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1.Data
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class IOPSPerTB : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxIopsPerTb
Required. Maximum IOPS per TiB.
Declaration
[JsonProperty("maxIopsPerTb")]
public virtual long? MaxIopsPerTb { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxReadIopsPerTb
Optional. Deprecated: max_iops_per_tb
should be used instead of this parameter. Maximum read IOPS per TiB.
Declaration
[JsonProperty("maxReadIopsPerTb")]
public virtual long? MaxReadIopsPerTb { get; set; }
Property Value
Type | Description |
---|---|
long? |