record TgoBsonTimestamp
Unit
Grijjy.Bson
Declaration
type TgoBsonTimestamp = record
Description
A BSON Timestamp. Mostly used internally for MongoDB replication and sharding.
Overview
Methods
Properties
property Timestamp: Integer read GetTimestamp; |
property Increment: Integer read GetIncrement; |
property Value: Int64 read GetValue; |
Description
Methods
Properties
property Timestamp: Integer read GetTimestamp; |
The timestamp
|
property Increment: Integer read GetIncrement; |
The increment
|
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|