mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
add missing properties/methods to QueryEntitiesResultContinuation
This commit is contained in:
Vendored
+5
@@ -332,6 +332,10 @@ declare module "azure" {
|
||||
|
||||
export interface QueryEntitiesResultContinuation extends QueryResultContinuation {
|
||||
tableQuery: TableQuery;
|
||||
nextPartitionKey: string;
|
||||
nextRowKey: string;
|
||||
getNextPage(callback?: QueryEntitiesCallback): void;
|
||||
hasNextPage(): boolean;
|
||||
}
|
||||
|
||||
export interface ModifyEntityCallback {
|
||||
@@ -370,4 +374,5 @@ declare module "azure" {
|
||||
//#endregion
|
||||
|
||||
export function isEmulated(): boolean;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user