Module Values_0.DateTimeHierarchySource

The option that determines the hierarchy of any DateTime fields.

Sourcetype nonrec t = {
  1. hierarchyId : HierarchyId.t;
    (*

    The hierarchy ID of the DateTime hierarchy.

    *)
  2. drillDownFilters : DrillDownFilterList.t option;
    (*

    The option that determines the drill down filters for the DateTime hierarchy.

    *)
}
Sourceval context_ : string
Sourceval make : ?drillDownFilters:??? -> hierarchyId:HierarchyId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Enum of string | `List of [> `String of CategoryValue.t ] list | `Structure of (string * [> `String of DataSetIdentifier.t ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `String of HierarchyId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t