Table of Contents

Property CountedKinds

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

CountedKinds

Gets the command kinds counted toward budgets. Defaults to reader and scalar commands.

public IReadOnlyList<QueryCommandKind> CountedKinds { get; }

Property Value

IReadOnlyList<QueryCommandKind>

Remarks

Writes are excluded by default so that a budget of ten means ten reads regardless of how many entities the endpoint happens to save.