Class MongodbDatabase
MongoDB Database.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MongodbDatabase : IDirectResponseSchemaProperties
Collections
Collections in the database.
Declaration
[JsonProperty("collections")]
public virtual IList<MongodbCollection> Collections { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<MongodbCollection> | 
Database
Database name.
Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |