ThroughputSettingsGetPropertiesResource Class

public final class ThroughputSettingsGetPropertiesResource
extends ThroughputSettingsResource

The ThroughputSettingsGetPropertiesResource model.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: A system generated property representing the resource etag required for optimistic concurrency control.

static ThroughputSettingsGetPropertiesResource fromJson(JsonReader jsonReader)

Reads an instance of ThroughputSettingsGetPropertiesResource from the JsonReader.

String instantMaximumThroughput()

Get the instantMaximumThroughput property: The offer throughput value to instantly scale up without triggering splits.

String minimumThroughput()

Get the minimumThroughput property: The minimum throughput of the resource.

String offerReplacePending()

Get the offerReplacePending property: The throughput replace is pending.

String rid()

Get the rid property: A system generated property.

String softAllowedMaximumThroughput()

Get the softAllowedMaximumThroughput property: The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified.

JsonWriter toJson(JsonWriter jsonWriter)
Float ts()

Get the ts property: A system generated property that denotes the last updated timestamp of the resource.

void validate()

Validates the instance.

Methods inherited from ThroughputSettingsResource

Methods inherited from java.lang.Object

Method Details

etag

public String etag()

Get the etag property: A system generated property representing the resource etag required for optimistic concurrency control.

Returns:

the etag value.

fromJson

public static ThroughputSettingsGetPropertiesResource fromJson(JsonReader jsonReader)

Reads an instance of ThroughputSettingsGetPropertiesResource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ThroughputSettingsGetPropertiesResource if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ThroughputSettingsGetPropertiesResource.

instantMaximumThroughput

public String instantMaximumThroughput()

Get the instantMaximumThroughput property: The offer throughput value to instantly scale up without triggering splits.

Overrides:

ThroughputSettingsGetPropertiesResource.instantMaximumThroughput()

Returns:

the instantMaximumThroughput value.

minimumThroughput

public String minimumThroughput()

Get the minimumThroughput property: The minimum throughput of the resource.

Overrides:

ThroughputSettingsGetPropertiesResource.minimumThroughput()

Returns:

the minimumThroughput value.

offerReplacePending

public String offerReplacePending()

Get the offerReplacePending property: The throughput replace is pending.

Overrides:

ThroughputSettingsGetPropertiesResource.offerReplacePending()

Returns:

the offerReplacePending value.

rid

public String rid()

Get the rid property: A system generated property. A unique identifier.

Returns:

the rid value.

softAllowedMaximumThroughput

public String softAllowedMaximumThroughput()

Get the softAllowedMaximumThroughput property: The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified.

Overrides:

ThroughputSettingsGetPropertiesResource.softAllowedMaximumThroughput()

Returns:

the softAllowedMaximumThroughput value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ThroughputSettingsGetPropertiesResource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

ts

public Float ts()

Get the ts property: A system generated property that denotes the last updated timestamp of the resource.

Returns:

the ts value.

validate

public void validate()

Validates the instance.

Overrides:

ThroughputSettingsGetPropertiesResource.validate()

Applies to