Click or drag to resize

BatchResult Class

Represents Batch Vault Updater Summary
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultBatchResult

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

The BatchResult type exposes the following members.

Constructors
 NameDescription
Public methodBatchResultInitializes a new instance of the BatchResult class
Top
Properties
 NameDescription
Public propertyFolderCount Gets number of added folders
Public propertyFolderFailure 
Public propertyLegacyRecordCount Gets number of added legacy records
Public propertyRecordFailure 
Public propertySharedFolderCount Gets number of added shared folders
Public propertyTypedRecordCount Get number of added typed records
Public propertyUpdatedRecordCount Get number of updated records
Top
See Also