Interface SnapshotJSON

JSON format of a data snapshot representing the contents of a MultiRegionMultiMetricDataStore instance.

Hierarchy

  • SnapshotJSON

Properties

Properties

metadata: {
    createdDate: string;
    latestDate: null | string;
}

Type declaration

  • createdDate: string
  • latestDate: null | string

Generated using TypeDoc