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:

the colls value

etag

public abstract String etag()

Get a system generated property representing the resource etag required for optimistic concurrency control.

Returns:

the etag value

rid

public abstract String rid()

Get a system generated property. A unique identifier.

Returns:

the rid value

sqlDatabaseId

public abstract String sqlDatabaseId()

Get name of the Cosmos DB SQL database.

Returns:

the sqlDatabaseId value

ts

public abstract Object ts()

Get a system generated property that denotes the last updated timestamp of the resource.

Returns:

the ts value

users

public abstract String users()

Get a system generated property that specifies the addressable path of the users resource.

Returns:

the users value

Applies to