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

ReplicaComputeCapacity

import type { ReplicaComputeCapacity } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

ReplicaComputeCapacity describes the amount of server resources that are allocated to each replica identified by the replica selection.

interface ReplicaComputeCapacity {
nodeCount?: number;
processingUnits?: number;
replicaSelection?: InstanceReplicaSelection;
}

§Properties

§
nodeCount?: number
[src]

The number of nodes allocated to each replica. This may be zero in API responses for instances that are not yet in state READY.

§
processingUnits?: number
[src]

The number of processing units allocated to each replica. This may be zero in API responses for instances that are not yet in state READY.

§

Required. Identifies replicas by specified properties. All replicas in the selection have the same amount of compute capacity.