Skip to contents

Remote latch node (file, directory, or special object).

Remote latch node (file, directory, or special object).

See also

Other Latch Data APIs: LDataNode$from_id

Public fields

remote_path

String. Path within the remote Latch Data storage.

Methods


Method new()

Get a Latch Data node by path.

The path is not validated in any way.

Usage

LDataNode$new(remote_path)

Arguments

remote_path

The path of the target node.


Method print()

Print a human-readable representation of this node.

Usage

LDataNode$print()


Method clone()

The objects of this class are cloneable with this method.

Usage

LDataNode$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.