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