Ice.CompressBatch

class Ice.CompressBatch(*values)

Bases: Enum

The batch compression option when flushing queued batch requests.

Enumerators:

  • Yes:

    Compress the batch requests.

  • No:

    Don’t compress the batch requests.

  • BasedOnProxy:

    Compress the batch requests if at least one request was made on a compressed proxy.

BasedOnProxy = 2
No = 1
Yes = 0