Table of Contents

Class CollectionApplyResult<K>

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Represents detailed compare-and-apply results for a collection.

public sealed class CollectionApplyResult<K> where K : NamedEntity, new()

Type Parameters

K

The entity type.

Inheritance
CollectionApplyResult<K>
Inherited Members

Constructors

CollectionApplyResult(CollectionResultBucket<K>)

Initializes a new instance of the CollectionApplyResult<K> class.

Properties

CompareResult

Gets the underlying compare result bucket.

Deletes

Gets the number of successfully deleted items.

FailureList

Gets the failed operation details.

Failures

Gets the number of failed operations.

Inserts

Gets the number of successfully inserted items.

Updates

Gets the number of successfully updated items.