Property MaxApproximateMemoryBytes
MaxApproximateMemoryBytes
Gets or sets an approximate per-conversion working-memory budget used by internal accounted buffers, or null for unlimited.
public long? MaxApproximateMemoryBytes { get; set; }
Property Value
- long?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.