Generates an ID that has a time- and counter-based portion that is combined with a random portion
in such a way that consecutively created IDs are sequential (monotonic) per the natural ordering
applied by the underlying database.
Namespace:
FileNet.Api.Util
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared Function CreateSequentialId ( _
dbType As DatabaseType _
) As Id |
Visual C++ |
---|
public:
static Id^ CreateSequentialId(
DatabaseType dbType
) |
JavaScript |
---|
FileNet.Api.Util.Id.createSequentialId = function(dbType); |
Return Value
An
Id object.