Method WritePackedFixedString64Delta
WritePackedFixedString64Delta(FixedString64Bytes, FixedString64Bytes, StreamCompressionModel)
Writes a delta FixedString64Bytes value to the data stream using a StreamCompressionModel.
Declaration
public bool WritePackedFixedString64Delta(FixedString64Bytes str, FixedString64Bytes baseline, StreamCompressionModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| FixedString64Bytes | str | The current |
| FixedString64Bytes | baseline | The previous |
| StreamCompressionModel | model | StreamCompressionModel model for writing value in a packed manner. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |