All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.internal.storage-control-client.d.ts Maven / Gradle / Ivy

The newest version!
import { ListStores } from '..';
import { CreateStore, DeleteStore } from '@gomomento/sdk-core';
import { StorageClientAllProps } from './storage-client-all-props';
export declare class StorageControlClient {
    private readonly clientWrapper;
    private readonly interceptors;
    private static readonly REQUEST_TIMEOUT_MS;
    private readonly logger;
    private readonly cacheServiceErrorMapper;
    /**
     * @param {StorageClientProps} props
     */
    constructor(props: StorageClientAllProps);
    close(): void;
    createStore(name: string): Promise;
    deleteStore(name: string): Promise;
    listStores(): Promise;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy