The information in this topic may be out of date. The current SDK reference guide has moved here.

SequenceName property

Class: BatchInfoPlatform: ImagesLanguage: C# SDK:

Use this property to set and retrieve the batch sequence name for a batch.

A batch sequence name can be associated with one or more batches. You can then view status and statistical information regarding the batches associated with the sequence name. If the sequence name is not provided explicitly, then the value of the environment variable APPLITOOLS_BATCH_SEQUENCE is used, if it is defined. Otherwise, the sequence name is undefined and Insight statistics are not available. For more details see Insights batch statistics.

Syntax

//typical code sequence using SequenceName
Batchinfo batchInfo = new BatchInfo('my batch name')
batchInfo.SequenceName = 'My sequence name';
eyes.Batch = batchInfo

Type:string

Remarks

If you do not set this attribute and the environment variable APPLITOOLS_BATCH_SEQUENCE is defined, then the value of the environment variable will be used as the sequence name. If the environment variable is not defined, then the batch will not be associated with any sequence name.