IDocumentStorageServicePolicies Interface
Signature
export interface IDocumentStorageServicePolicies
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
caching | optional |
LoaderCachingPolicy | |
maximumCacheDurationMs | optional |
number | This policy tells the runtime that the driver will not use cached snapshots older than this value. |
minBlobSize | optional |
number |
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