GremlinDatabaseRestoreResource Class

Specific Gremlin Databases to restore.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
GremlinDatabaseRestoreResource

Constructor

GremlinDatabaseRestoreResource(*, database_name: str | None = None, graph_names: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
database_name
str

The name of the gremlin database available for restore.

graph_names

The names of the graphs available for restore.

Variables

Name Description
database_name
str

The name of the gremlin database available for restore.

graph_names

The names of the graphs available for restore.