Class MongodbCluster
MongoDB Cluster structure.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MongodbCluster : IDirectResponseSchema
Properties
Databases
MongoDB databases in the cluster.
Declaration
[JsonProperty("databases")]
public virtual IList<MongodbDatabase> Databases { get; set; }
Property Value
Type | Description |
---|---|
IList<Mongodb |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |