BurstingConstants Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. BurstingConstants
- com.
Implements
public final class BurstingConstants
implements JsonSerializable<BurstingConstants>
Constants used for calculating included burst IOPS and maximum burst credits for IOPS for a file share in the storage account.
Constructor Summary
| Constructor | Description |
|---|---|
| BurstingConstants() |
Creates an instance of Bursting |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
burstFloorIops()
Get the burst |
| Double |
burstIOScalar()
Get the burst |
| Integer |
burstTimeframeSeconds()
Get the burst |
|
static
Bursting |
fromJson(JsonReader jsonReader)
Reads an instance of Bursting |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BurstingConstants
public BurstingConstants()
Creates an instance of BurstingConstants class.
Method Details
burstFloorIops
public Integer burstFloorIops()
Get the burstFloorIops property: The guaranteed floor of burst IOPS for small file shares.
Returns:
burstIOScalar
public Double burstIOScalar()
Get the burstIOScalar property: The scalar against provisioned IOPS in the file share included burst IOPS formula.
Returns:
burstTimeframeSeconds
public Integer burstTimeframeSeconds()
Get the burstTimeframeSeconds property: The time frame for bursting in seconds in the file share maximum burst credits for IOPS formula.
Returns:
fromJson
public static BurstingConstants fromJson(JsonReader jsonReader)
Reads an instance of BurstingConstants from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.