TableGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. TableGetProperties
- com.
Implements
public final class TableGetProperties
implements JsonSerializable<TableGetProperties>
The properties of an Azure Cosmos Table.
Constructor Summary
| Constructor | Description |
|---|---|
| TableGetProperties() |
Creates an instance of Table |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Table |
fromJson(JsonReader jsonReader)
Reads an instance of Table |
|
Table |
options()
Get the options property: The options property. |
|
Table |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Table |
withOptions(TableGetPropertiesOptions options)
Set the options property: The options property. |
|
Table |
withResource(TableGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
TableGetProperties
public TableGetProperties()
Creates an instance of TableGetProperties class.
Method Details
fromJson
public static TableGetProperties fromJson(JsonReader jsonReader)
Reads an instance of TableGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
options
public TableGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public TableGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public TableGetProperties withOptions(TableGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public TableGetProperties withResource(TableGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: