getMNodeId function

Get the member node identifier associated with this D1Client object..

Get the member node identifier associated with this D1Client object..

One Member Node can be associated with the client as the default to which data and metadata are written.

getMNodeId(x) ## S4 method for signature 'D1Client' getMNodeId(x)

Arguments

  • x: A D1Client object.

Returns

The Member Node identifier as a character vector

Examples

## Not run: cli <- D1Client("STAGING2", "urn:node:mnTestKNB") mn <- getMNodeId(cli) ## End(Not run)

See Also

D1Clientclass description.

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10