Class QueryableInfo<T>
Inheritance
QueryableInfo<T>
Assembly: Benday.CosmosDb.dll
Syntax
public class QueryableInfo<T> where T : class, ICosmosIdentity, new()
Type Parameters
Constructors
|
Edit this page
View Source
QueryableInfo(PartitionKey, IOrderedQueryable<T>)
Declaration
public QueryableInfo(PartitionKey partitionKey, IOrderedQueryable<T> queryable)
Parameters
Properties
|
Edit this page
View Source
PartitionKey
Declaration
public PartitionKey PartitionKey { get; }
Property Value
|
Edit this page
View Source
Queryable
Declaration
public IOrderedQueryable<T> Queryable { get; }
Property Value