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

StandardIsolation

import type { StandardIsolation } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Standard options for isolating this app profile's traffic from other use cases.

interface StandardIsolation {
priority?:
| "PRIORITY_UNSPECIFIED"
| "PRIORITY_LOW"
| "PRIORITY_MEDIUM"
| "PRIORITY_HIGH";
}

§Properties

§
priority?: "PRIORITY_UNSPECIFIED" | "PRIORITY_LOW" | "PRIORITY_MEDIUM" | "PRIORITY_HIGH"
[src]

The priority of requests sent using this app profile.