ravendb
Version:
RavenDB client for Node.js
11 lines • 745 B
TypeScript
import { IServerOperation, OperationResultType } from "../../../Documents/Operations/OperationAbstractions.js";
import { DocumentConventions } from "../../../Documents/Conventions/DocumentConventions.js";
import { RavenCommand } from "../../../Http/RavenCommand.js";
import { ServerWideBackupConfiguration } from "./ServerWideBackupConfiguration.js";
export declare class GetServerWideBackupConfigurationOperation implements IServerOperation<ServerWideBackupConfiguration> {
private readonly _name;
constructor(name: string);
getCommand(conventions: DocumentConventions): RavenCommand<ServerWideBackupConfiguration>;
get resultType(): OperationResultType;
}
//# sourceMappingURL=GetServerWideBackupConfigurationOperation.d.ts.map