Last chance! 50% off unlimited learning
Sale ends in
Obtains the manual snapshot limits for a directory.
directoryservice_get_snapshot_limits(DirectoryId)
A list with the following syntax:
list(
SnapshotLimits = list(
ManualSnapshotsLimit = 123,
ManualSnapshotsCurrentCount = 123,
ManualSnapshotsLimitReached = TRUE|FALSE
)
)
[required] Contains the identifier of the directory to obtain the limits for.
svc$get_snapshot_limits(
DirectoryId = "string"
)