Class MongodbCollection
MongoDB Collection.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MongodbCollection : IDirectResponseSchemaProperties
Collection
Collection name.
Declaration
[JsonProperty("collection")]
public virtual string Collection { 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 | 
Fields
Fields in the collection.
Declaration
[JsonProperty("fields")]
public virtual IList<MongodbField> Fields { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<MongodbField> |