Interface RestObjectGenerateIdResult

Result returned by generateObjectId, containing the generated object ID and the values needed to construct a RestObjectOperationMapCreateWithObjectId or RestObjectOperationCounterCreateWithObjectId operation.

Hierarchy

  • RestObjectGenerateIdResult

Properties

initialValue: string

The JSON-encoded initial value used in ID generation.

nonce: string

The nonce used in ID generation.

objectId: string

The generated object ID.

Generated using TypeDoc