package.dist.src.config.storage-configurations.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Client SDK for Momento services
The newest version!
import { MomentoLoggerFactory } from '@gomomento/sdk-core';
import { StorageClientConfiguration, StorageConfiguration } from './storage-configuration';
/**
* Laptop config provides defaults suitable for a medium-to-high-latency dev environment.
* @export
* @class Laptop
*/
export declare class Laptop extends StorageClientConfiguration {
/**
* Provides the latest recommended configuration for a laptop development environment. NOTE: this configuration may
* change in future releases to take advantage of improvements we identify for default configurations.
* @param {MomentoLoggerFactory} [loggerFactory=defaultLoggerFactory]
* @returns {StorageConfiguration}
*/
static latest(loggerFactory?: MomentoLoggerFactory): StorageConfiguration;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy