GetChecksumResponseGloballyUniqueId Property |
The globally unique Id of the collection
An identifier of the collection that is
consistent across leader and follower
shards.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string GloballyUniqueId { get; set; }
Public Property GloballyUniqueId As String
Get
Set
public:
property String^ GloballyUniqueId {
String^ get ();
void set (String^ value);
}
member GloballyUniqueId : string with get, set
Property Value
Type:
StringSee Also