Constructor MonotonicAppendingInt64Buffer
MonotonicAppendingInt64Buffer(Int32, Int32, Single)
Declaration
public MonotonicAppendingInt64Buffer(int initialPageCount, int pageSize, float acceptableOverheadRatio)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | initialPageCount | The initial number of pages. |
System.Int32 | pageSize | The size of a single page. |
System.Single | acceptableOverheadRatio | An acceptable overhead ratio per value. |
MonotonicAppendingInt64Buffer()
Create an MonotonicAppendingInt64Buffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=DEFAULT.
Declaration
public MonotonicAppendingInt64Buffer()
MonotonicAppendingInt64Buffer(Single)
Create an AppendingDeltaPackedInt64Buffer with initialPageCount=16, pageSize=1024.
Declaration
public MonotonicAppendingInt64Buffer(float acceptableOverheadRatio)
Parameters
Type | Name | Description |
---|---|---|
System.Single | acceptableOverheadRatio |