SqlDatabase Interface
Implements
public interface SqlDatabase
extends HasInnerModel<SqlDatabaseGetResultsInner>
An Azure Cosmos DB SQL database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
colls()
Get a system generated property that specified the addressable path of the collections resource. |
abstract String |
etag()
Get a system generated property representing the resource etag required for optimistic concurrency control. |
abstract String |
rid()
Get a system generated property. |
abstract String |
sqlDatabaseId()
Get name of the Cosmos DB SQL database. |
abstract Object |
ts()
Get a system generated property that denotes the last updated timestamp of the resource. |
abstract String |
users()
Get a system generated property that specifies the addressable path of the users resource. |
Method Details
colls
public abstract String colls()
Get a system generated property that specified the addressable path of the collections resource.
Returns:
etag
public abstract String etag()
Get a system generated property representing the resource etag required for optimistic concurrency control.
Returns:
rid
public abstract String rid()
Get a system generated property. A unique identifier.
Returns:
sqlDatabaseId
public abstract String sqlDatabaseId()
Get name of the Cosmos DB SQL database.
Returns:
ts
public abstract Object ts()
Get a system generated property that denotes the last updated timestamp of the resource.
Returns:
users
public abstract String users()
Get a system generated property that specifies the addressable path of the users resource.
Returns:
Applies to
Azure SDK for Java