|
Compression(Nullable<Double>, Nullable<Double>)
static
|
Creates a new ResourceLimits instance with specified compression ratio limits, inheriting other values from current global limits.
|
|
CountAndDepth(Nullable<Int32>, Nullable<Int32>)
static
|
Creates a new ResourceLimits instance with specified entry count and depth limits, inheriting other values from current global limits.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
Size(Nullable<Int64>, Nullable<Int64>)
static
|
Creates a new ResourceLimits instance with specified size limits, inheriting other values from the current global limits.
|
|
ToString()
|
Returns a string that represents the current object.
|
|
WithCompression(Nullable<Double>, Nullable<Double>)
|
Returns a new ResourceLimits instance with specified compression ratio limits, inheriting other values from the current instance.
|
|
WithCountAndDepth(Nullable<Int32>, Nullable<Int32>)
|
Returns a new ResourceLimits instance with specified entry count and depth limits, inheriting other values from the current instance.
|
|
WithSize(Nullable<Int64>, Nullable<Int64>)
|
Returns a new ResourceLimits instance with specified size limits, inheriting other values from the current instance.
|