Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

EntityIndex Property

Indicates the index of the current entity.

Object Oriented Interface

public function getEntityIndex();
public function setEntityIndex($value);

Procedural Interface

inazure_table_get($res, 6 );
inazure_table_set($res, 6, $value );

Default Value

0

Remarks

The index of the current entity. EntityIndex valid values are from 0 to EntityCount - 1. Setting this property will populate EntityURL, EntityLastModified, EntityETag, EntityPartitionKey and EntityRowKey and also populate EntityProperties with the properties of the specified entity.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0