public class TableResource extends Object
| Constructor and Description |
|---|
TableResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Name of the Cosmos DB table.
|
void |
validate()
Validates the instance.
|
TableResource |
withId(String id)
Set the id property: Name of the Cosmos DB table.
|
public String id()
public TableResource withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.