Class Collection<T>
- Namespace
- DataStax.AstraDB.DataApi.Collections
- Assembly
- DataStax.AstraDB.DataApi.dll
This is the entrypoint for interacting with an existing collection in a Database.
This version handles serialization/deserialization via a custom type T.
Ids are expected to be of type object. It is recommended to use the strongly-typed version Collection<T, TId>.
public class Collection<T> : Collection<T, object> where T : class
Type Parameters
TThe type of the documents in the collection.
- Inheritance
-
Collection<T, object>Collection<T>
- Derived