Class SortBy NamespaceSupabase.Storage AssemblySupabase.Storage.dll public class SortBy Inheritance object SortBy Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Extension Methods DictionaryExtensions.MergeLeft<T, K, V>(T, params IDictionary<K, V>[]) Properties Column [JsonProperty("column")] public string? Column { get; set; } Property Value string Order [JsonProperty("order")] public string? Order { get; set; } Property Value string