[][src]Trait azure_sdk_cosmos::QueryCrossPartitionSupport

pub trait QueryCrossPartitionSupport {
    type O;
    fn with_query_cross_partition(self, query_cross_partition: bool) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_query_cross_partition(self, query_cross_partition: bool) -> Self::O

Loading content...

Implementors

impl<'a, 'b, CUB, QuerySet> QueryCrossPartitionSupport for QueryDocumentsBuilder<'a, 'b, CUB, QuerySet> where
    QuerySet: ToAssign,
    CUB: CosmosUriBuilder
[src]

type O = QueryDocumentsBuilder<'a, 'b, CUB, QuerySet>

Loading content...