MercurialCompressionType Enum

Summary

This enum is used to specify the type of compression to apply to files, typically bundle files produced with the BundleCommand.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["MercurialCompressionType"] class Type type-node

Syntax

public enum MercurialCompressionType

Fields

Name Constant Value Summary
BZip2 0
Use the "bzip2" compression type ().
static
GZip 1
Use the "gzip" compression type ().
static
None 2
Don't compress.
static