Interface GetBlocksStatsOptionalParams

Optional parameters.

interface GetBlocksStatsOptionalParams {
    direction?: Enum47;
    intervalBy?: Enum45;
    limit?: number;
    maxStartDate?: string;
    minStartDate?: string;
    type?: Enum46;
}

Hierarchy

  • OperationOptions
    • GetBlocksStatsOptionalParams

Properties

direction?: Enum47

Sorts results in forwards or backwards direction

intervalBy?: Enum45

The interval in which to return the stats.

limit?: number

Limit paginated resources (max 100)

maxStartDate?: string

The maximum start date in YYYY-MM-DD format.

minStartDate?: string

The minimum start date in YYYY-MM-DD format.

type?: Enum46

The type of block.