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

ObjectDelimiter Property

A delimiter can be used to organize multiple objects.

Object Oriented Interface

public function getObjectDelimiter();
public function setObjectDelimiter($value);

Procedural Interface

incloudstorage_wasabi_get($res, 35 );
incloudstorage_wasabi_set($res, 35, $value );

Default Value

''

Remarks

Used by the ListObjects method. The object names that contain the same string between the ObjectPrefix and the first occurrence of the ObjectDelimiter will be rolled up into a single result element fired as PrefixList. These rolled-up object names are not returned by the ObjectList.

Data Type

String

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