Table of Contents

Class Document

Namespace
DataStax.AstraDB.DataApi.Collections
Assembly
DataStax.AstraDB.DataApi.dll

A base document represented by a dictionary of string keys and object values.

[JsonConverter(typeof(DocumentDictionaryConverter))]
public class Document : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance
Document
Implements
Inherited Members