Interface EnumWebSubscriptionContentCompressionStatus


  • public interface EnumWebSubscriptionContentCompressionStatus
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • COMPRESSION_NOT_AVAILABLE

        static final int COMPRESSION_NOT_AVAILABLE
        Compression is not avaialble
        See Also:
        Constant Field Values
      • COMPRESSION_ALLOWED

        static final int COMPRESSION_ALLOWED
        Compression is avaialble and the user can determine if he wants to send the content in a compressed format
        See Also:
        Constant Field Values
      • COMPRESSION_NOT_ALLOWED

        static final int COMPRESSION_NOT_ALLOWED
        Compression is not allowed for this content
        See Also:
        Constant Field Values
      • COMPRESSION_REQUIRED

        static final int COMPRESSION_REQUIRED
        Compression is avaialble and is required
        See Also:
        Constant Field Values