Click or drag to resize

BatchVaultOperations Class

Represents Batch Vault Updater
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultBatchVaultOperations

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class BatchVaultOperations : IBatchVaultOperations

The BatchVaultOperations type exposes the following members.

Constructors
 NameDescription
Public methodBatchVaultOperations Instantiate BatchVaultOperations.
Top
Properties
 NameDescription
Public propertyBatchLogger Gets or sets logger
Public propertyFoldersToAdd Gets number of folders to be added
Public propertyLegacyRecordsToAdd Gets number of legacy records to be added
Public propertyRecordMatch Gets record matching strategy
Public propertyRecordsToUpdate Gets number of typed records to be updated
Public propertyTypedRecordsToAdd Gets number of typed records to be added
Top
Methods
 NameDescription
Public methodAddFolder Appends folder to folder structure
Public methodAddRecord Appends record
Public methodApplyChanges Applies pending changes
Public methodStatic memberCreateFolderPath Composes folder path
Public methodFoldersToRename Gets the number od folder to be renamed
Public methodGetFolderByPath Finds folder node by folder path
Public methodStatic memberParseFolderPath Parses folder path to names
Public methodReset Resets pending changes
Public methodTryGetFolderByUid Gets folder node by folder UID
Public methodUpdateFolderName Updates folder name
Public methodUpdateRecord Update a record
Top
See Also