Cell Constructor (Int64, Boolean) |
Initializes a new instance of the
Cell class
Namespace:
RiakClient.Commands.TS
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public Cell(
long value,
bool isUnixTimestamp = false
)
new :
value : int64 *
?isUnixTimestamp : bool
(* Defaults:
let _isUnixTimestamp = defaultArg isUnixTimestamp false
*)
-> Cell
Parameters
- value
- Type: SystemInt64
[Missing <param name="value"/> documentation for "M:RiakClient.Commands.TS.Cell.#ctor(System.Int64,System.Boolean)"]
- isUnixTimestamp (Optional)
- Type: SystemBoolean
[Missing <param name="isUnixTimestamp"/> documentation for "M:RiakClient.Commands.TS.Cell.#ctor(System.Int64,System.Boolean)"]
See Also