Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

MetadataFieldUpdateOp Property

The update operation to perform.

Object Oriented Interface

public function getMetadataFieldUpdateOp($metadatafieldindex);
public function setMetadataFieldUpdateOp($metadatafieldindex, $value);

Procedural Interface

incloudstorage_box_get($res, 25 , $metadatafieldindex);
incloudstorage_box_set($res, 25, $value , $metadatafieldindex);

Default Value

0

Remarks

The update operation to perform. This is applicable when calling UpdateMetadata. Possible values are:

  • 0 (uoAdd)
  • 1 (uoReplace)
  • 2 (uoDelete)

The size of the array is controlled by the MetadataFieldCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]