Class ExportConstants


  • public class ExportConstants
    extends Object
    Class containing the constants used for the export functionality.
    • Field Detail

      • MEASURE_HEADERS_PROP

        public static final String MEASURE_HEADERS_PROP
        The configuration property for measure headers.
        See Also:
        Constant Field Values
      • FIELD_HEADERS_PROP

        public static final String FIELD_HEADERS_PROP
        The configuration property for field headers.
        See Also:
        Constant Field Values
      • MDX_TEMPLATE_PROP

        public static final String MDX_TEMPLATE_PROP
        The configuration property for the file name of the MDX query template.
        See Also:
        Constant Field Values
      • CSV_SEPARATOR_PROP

        public static final String CSV_SEPARATOR_PROP
        The configuration property for the separator to be used in the CSV export.
        See Also:
        Constant Field Values
      • MAX_MDX_CSV_RESULTS_PROP

        public static final String MAX_MDX_CSV_RESULTS_PROP
        The configuration property for the maximum number of lines in a CSV export file.
        See Also:
        Constant Field Values
      • STORE_EXPORT_MAX_ROWS_PROP

        public static final String STORE_EXPORT_MAX_ROWS_PROP
        The configuration property for the store-level export maximum rows per file.
        See Also:
        Constant Field Values
      • MAX_FILE_SIZE

        public static final String MAX_FILE_SIZE
        The configuration property for the maximum file size.
        See Also:
        Constant Field Values
      • MDX_QUERY_RETRIES_PROP

        public static final String MDX_QUERY_RETRIES_PROP
        The configuration property for the number of retries for export MDX queries.
        See Also:
        Constant Field Values
      • HIERARCHIES_TO_AGGREGATE_ACROSS_PROP

        public static final String HIERARCHIES_TO_AGGREGATE_ACROSS_PROP
        The configuration property for the hierarchies to aggregate across when exporting aggregated data.
        See Also:
        Constant Field Values
      • SKIPPED_HIERARCHIES_PROP

        public static final String SKIPPED_HIERARCHIES_PROP
        The configuration property for the hierarchies to skip when attempting to export data.
        See Also:
        Constant Field Values
      • DATE_HIERARCHIES_PROP

        public static final String DATE_HIERARCHIES_PROP
        The property for the date hierarchies to use when filtering exports.
        See Also:
        Constant Field Values
      • AGGREGATED_EXPORT_TYPE

        public static final String AGGREGATED_EXPORT_TYPE
        Constant for the aggregated export type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExportConstants

        public ExportConstants()