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

ShardDetail

import type { ShardDetail } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

Provides details of a shard in a snapshot

interface ShardDetail {
Configuration?: ShardConfiguration | null;
Name?: string | null;
Size?: string | null;
SnapshotCreationTime?: Date | number | null;
}

§Properties

§
Configuration?: ShardConfiguration | null
[src]

The configuration details of the shard

§
Name?: string | null
[src]

The name of the shard

§
Size?: string | null
[src]

The size of the shard's snapshot

§
SnapshotCreationTime?: Date | number | null
[src]

The date and time that the shard's snapshot was created