Skip to main content
Version: v1

IDocumentStorageServicePolicies Interface

Signature

export interface IDocumentStorageServicePolicies

Properties

PropertyModifiersTypeDescription
cachingoptionalLoaderCachingPolicy
maximumCacheDurationMsoptionalnumberThis policy tells the runtime that the driver will not use cached snapshots older than this value.
minBlobSizeoptionalnumber

Property Details

caching

Signature

readonly caching?: LoaderCachingPolicy;

Type: LoaderCachingPolicy

maximumCacheDurationMs

This policy tells the runtime that the driver will not use cached snapshots older than this value.

Signature

readonly maximumCacheDurationMs?: number;

Type: number

minBlobSize

Signature

readonly minBlobSize?: number;

Type: number