IHsvLoadExtractOptions Interface Overview

Each load or extract option is represented by an instance of the IHsvLoadExtractOption interface. The IHsvLoadExtractOptions interface provides access to these IHsvLoadExtractOption instances. The IHsvLoadExtractOptions interface is a read-only collection of the IHsvLoadExtractOption instances available for a given type of load or extract operation.

Tip:

For a more detailed introduction to the IHsvLoadExtractOptions and IHsvLoadExtractOption interfaces, see Load and Extract Option Interfaces.

The IHsvLoadExtractOptions interface’s properties enable you to access and iterate through the available IHsvLoadExtractOption instances. The IHsvLoadExtractOptions interface is exposed in the HsvSecurityLoadACV, HsvMetadataLoadACV, HsvcDataLoad, and HsvJournalLoadACV objects.

The following table lists the properties of the IHsvLoadExtractOptions interface.

Table 43. IHsvLoadExtractOptions Interface Properties

Property

Description

Count

Returns a count of the IHsvLoadExtractOption instances available for setting load or extract options. In other words, this property returns a count of the available load or extract options.

Item

Returns object references to instances of the IHsvLoadExtractOption interface. In other words, this property provides access to the available load or extract options.

For detailed descriptions of these properties, see IHsvLoadExtractOptions Interface Properties.