get_consumption_quantity method

get_consumption_quantity()

Retrieves the amount of MBs processed.

Returns

consumption quantity


@staticmethod
def get_consumption_quantity():
    ...

Example

The following example demonstrates how to retrieve the amount of MBs processed.

See Also