TableCountRestrictionsMetadata.Countable Property

Definition

Indicates whether this table has countable columns

[System.Text.Json.Serialization.JsonPropertyName("countable")]
public bool? Countable { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("countable")>]
member this.Countable : Nullable<bool> with get, set
Public Property Countable As Nullable(Of Boolean)

Property Value

Attributes

Applies to