Variable AggregateRequest
Type declaration
-
create:function
- create<I>(base?: I): AggregateRequest
-
Type Parameters
-
I extends {
aggregates?: string;
collectionname?: string;
explain?: boolean;
hint?: string;
queryas?: string;
} & {
aggregates?: string;
collectionname?: string;
explain?: boolean;
hint?: string;
queryas?: string;
} & { [ K in string | number | symbol]: never }
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): AggregateRequest
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): AggregateRequest
-
Type Parameters
-
I extends {
aggregates?: string;
collectionname?: string;
explain?: boolean;
hint?: string;
queryas?: string;
} & {
aggregates?: string;
collectionname?: string;
explain?: boolean;
hint?: string;
queryas?: string;
} & { [ K in string | number | symbol]: never }
-
toJSON:function