Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeCacheOutput

import type { DescribeCacheOutput } from "https://aws-api.deno.dev/v0.3/services/storagegateway.ts?docs=full";
interface DescribeCacheOutput {
CacheAllocatedInBytes?: number | null;
CacheDirtyPercentage?: number | null;
CacheHitPercentage?: number | null;
CacheMissPercentage?: number | null;
CacheUsedPercentage?: number | null;
DiskIds?: string[] | null;
GatewayARN?: string | null;
}

§Properties

§
CacheAllocatedInBytes?: number | null
[src]

The amount of cache in bytes allocated to a gateway.

§
CacheDirtyPercentage?: number | null
[src]

The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to Amazon Web Services. The sample is taken at the end of the reporting period.

§
CacheHitPercentage?: number | null
[src]

Percent of application read operations from the file shares that are served from cache. The sample is taken at the end of the reporting period.

§
CacheMissPercentage?: number | null
[src]

Percent of application read operations from the file shares that are not served from cache. The sample is taken at the end of the reporting period.

§
CacheUsedPercentage?: number | null
[src]

Percent use of the gateway's cache storage. This metric applies only to the gateway-cached volume setup. The sample is taken at the end of the reporting period.

§
DiskIds?: string[] | null
[src]

An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the "ListLocalDisks" API.

§
GatewayARN?: string | null
[src]