Interface RasterCapabilityRecordExperimental

interface RasterCapabilityRecord {
    client: CloudNativeMaturity;
    endToEnd: CloudNativeMaturity;
    note: string;
    operations: readonly RasterOperation[];
    server: CloudNativeMaturity;
    source: RasterSourceKind;
}

Hierarchy (view full)

Properties

note: string
operations: readonly RasterOperation[]