Table of Contents

Enum QueryOptions.CountType

Namespace
Supabase.Postgrest
Assembly
Supabase.Postgrest.dll
public enum QueryOptions.CountType

Fields

[MapTo("estimated", null)] Estimated = 3
[MapTo("exact", null)] Exact = 1
[MapTo("none", null)] None = 0
[MapTo("planned", null)] Planned = 2