Interface RegisterGeoParquetResourceInputExperimental

Input used to register or atomically replace one private resource locator.

interface RegisterGeoParquetResourceInput {
    authorizationContextId: string;
    expiresAt?: number;
    id: string;
    resourceVersion?: string;
    sources: readonly string[];
}

Properties

authorizationContextId: string
expiresAt?: number

Private Unix epoch deadline in milliseconds; expiry occurs at now >= expiresAt.

id: string
resourceVersion?: string
sources: readonly string[]

Private addressing subject to the same fixed bounds as resolved sources.