Class CollectionInfo
Information about a collection in a database.
public class CollectionInfo
- Inheritance
-
CollectionInfo
- Inherited Members
Properties
Name
The name of the collection.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Options
The options for the collection.
[JsonPropertyName("options")]
public CollectionDefinition Options { get; set; }