Interface CreateGeoParquetResourceHandleInputExperimental

Stable identity input for a handle whose private locator is registered elsewhere.

interface CreateGeoParquetResourceHandleInput {
    authorizationContextId: string;
    id: string;
    resolver: string;
    resourceVersion?: string;
}

Properties

authorizationContextId: string
id: string
resolver: string
resourceVersion?: string