ravendb
Version:
RavenDB client for Node.js
11 lines • 796 B
TypeScript
import { IMaintenanceOperation, OperationResultType } from "../OperationAbstractions.js";
import { PullReplicationDefinitionAndCurrentConnections } from "../Replication/PullReplicationDefinitionAndCurrentConnections.js";
import { RavenCommand } from "../../../Http/RavenCommand.js";
import { DocumentConventions } from "../../Conventions/DocumentConventions.js";
export declare class GetPullReplicationHubTasksInfoOperation implements IMaintenanceOperation<PullReplicationDefinitionAndCurrentConnections> {
private readonly _taskId;
constructor(taskId: number);
getCommand(conventions: DocumentConventions): RavenCommand<PullReplicationDefinitionAndCurrentConnections>;
get resultType(): OperationResultType;
}
//# sourceMappingURL=GetPullReplicationHubTasksInfoOperation.d.ts.map