TableCreateUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. TableCreateUpdateProperties
- com.
Implements
public final class TableCreateUpdateProperties
implements JsonSerializable<TableCreateUpdateProperties>
Properties to create and update Azure Cosmos DB Table.
Constructor Summary
| Constructor | Description |
|---|---|
| TableCreateUpdateProperties() |
Creates an instance of Table |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Table |
fromJson(JsonReader jsonReader)
Reads an instance of Table |
|
Create |
options()
Get the options property: A key-value pair of options to be applied for the request. |
|
Table |
resource()
Get the resource property: The standard JSON format of a Table. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Table |
withOptions(CreateUpdateOptions options)
Set the options property: A key-value pair of options to be applied for the request. |
|
Table |
withResource(TableResource resource)
Set the resource property: The standard JSON format of a Table. |
Methods inherited from java.lang.Object
Constructor Details
TableCreateUpdateProperties
public TableCreateUpdateProperties()
Creates an instance of TableCreateUpdateProperties class.
Method Details
fromJson
public static TableCreateUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of TableCreateUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
options
public CreateUpdateOptions options()
Get the options property: A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request.
Returns:
resource
public TableResource resource()
Get the resource property: The standard JSON format of a Table.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public TableCreateUpdateProperties withOptions(CreateUpdateOptions options)
Set the options property: A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request.
Parameters:
Returns:
withResource
public TableCreateUpdateProperties withResource(TableResource resource)
Set the resource property: The standard JSON format of a Table.
Parameters:
Returns: