Destination DN

This noun expands to the destination DN specified in the current operation or a portion thereof.


Example


Destination DN


Fields

Convert

True converts to the DN format of the source data store.


Start

Segment index to start with:


Length

Number of DN segments to include. Negative numbers are interpreted as (total # of segments + length) + 1 (e.g for a DN with 5 segments a length of -1 = (5 + (-1)) + 1 = 5, -2 = (5 + (-2)) + 1 = 4, etc.)


Remarks

If start and length are set to the default values {0,-1}, then the entire DN is used, otherwise only the portion of the DN specified by start and length is used. The format of the DN is automatically converted to the format of the source data store if convert to source DN format is set to True.