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

MemcacheParameters

import type { MemcacheParameters } from "https://googleapis.deno.dev/v1/memcache:v1.ts";
interface MemcacheParameters {
readonly id?: string;
params?: {
[key: string]: string;
}
;
}

§Properties

§
readonly id?: string
[src]

Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.

§
params?: {
[key: string]: string;
}
[src]

User defined set of parameters to use in the memcached process.