Skip to content
Docs Try Aspire

AspireDict.count

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireDict {
// ... omitted for brevity
count(): Promise<number>;
}

Signature

method count
Gets the number of key-value pairs
count(): Promise<number>
Promise<number>

Defined on

This method is defined on the following type: