Sync node ID.
For SVS v2, this should be accessed as Name. Accessing the object fields would give { name, boot: -1 }.
Name
{ name, boot: -1 }
For SVS v3, this should be accessed as { name, boot } object. Accessing as Name would return the name only.
{ name, boot }
Note: the Name variant will be deleted when SVS v2 support is dropped.
Sync node ID.
For SVS v2, this should be accessed as
Name. Accessing the object fields would give{ name, boot: -1 }.For SVS v3, this should be accessed as
{ name, boot }object. Accessing asNamewould return the name only.Note: the
Namevariant will be deleted when SVS v2 support is dropped.