MCPcopy Create free account
hub / github.com/Azure/Azurite / IQueueEnvironment

Interface IQueueEnvironment

src/queue/IQueueEnvironment.ts:1–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default interface IQueueEnvironment {
2 queueHost(): string | undefined;
3 queuePort(): number | undefined;
4 queueKeepAliveTimeout(): number | undefined;
5 location(): Promise<string>;
6 silent(): boolean;
7 loose(): boolean;
8 skipApiVersionCheck(): boolean;
9 disableProductStyleUrl(): boolean;
10 cert(): string | undefined;
11 key(): string | undefined;
12 pwd(): string | undefined;
13 debug(): Promise<string | boolean | undefined>;
14 inMemoryPersistence(): boolean;
15 extentMemoryLimit(): number | undefined;
16 disableTelemetry(): boolean;
17}

Callers 4

deserializeFunction · 0.65
serializeFunction · 0.65
validateMethod · 0.65
validateMethod · 0.65

Implementers 3

QueueEnvironmentsrc/queue/QueueEnvironment.ts
Environmentsrc/common/Environment.ts
VSCEnvironmentsrc/common/VSCEnvironment.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…