TableGetPropertiesOptions Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. OptionsResource - com.
azure. resourcemanager. cosmos. models. TableGetPropertiesOptions
- com.
- com.
public final class TableGetPropertiesOptions
extends OptionsResource
The TableGetPropertiesOptions model.
Constructor Summary
Constructor | Description |
---|---|
TableGetPropertiesOptions() |
Creates an instance of Table |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Table |
fromJson(JsonReader jsonReader)
Reads an instance of Table |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Table |
withAutoscaleSettings(AutoscaleSettings autoscaleSettings)
Set the autoscale |
Table |
withThroughput(Integer throughput)
Set the throughput property: Value of the Cosmos DB resource throughput or autoscale |
Methods inherited from OptionsResource
Methods inherited from java.lang.Object
Constructor Details
TableGetPropertiesOptions
public TableGetPropertiesOptions()
Creates an instance of TableGetPropertiesOptions class.
Method Details
fromJson
public static TableGetPropertiesOptions fromJson(JsonReader jsonReader)
Reads an instance of TableGetPropertiesOptions from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TableGetPropertiesOptions.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
TableGetPropertiesOptions.validate()withAutoscaleSettings
public TableGetPropertiesOptions withAutoscaleSettings(AutoscaleSettings autoscaleSettings)
Set the autoscaleSettings property: Specifies the Autoscale settings.
Overrides:
TableGetPropertiesOptions.withAutoscaleSettings(AutoscaleSettings autoscaleSettings)Parameters:
withThroughput
public TableGetPropertiesOptions withThroughput(Integer throughput)
Set the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details.
Overrides:
TableGetPropertiesOptions.withThroughput(Integer throughput)Parameters:
Applies to
Azure SDK for Java