Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The UUID type exposes the following members.

Properties

  NameDescription
Public propertyAddress
Determine the internet address of the host that generated the UUID instance.
Public propertyCount
Determine the "counter" portion of the UUID that ensures that two UUIDs generated at the same exact time by the same process are unique.
Public propertyIsAddressIncluded
This is true if the IP address is a real IP address.
Public propertyIsGenerated
This is true if the UUID was generated, and false if it was built.
Public propertyPort
Determine the port portion of the UUID. Note that the port is a 28-bit value; the first nibble is always 0x0.
Public propertyTimestamp
Determine the date/time value that the UUID instance was generated.

See Also