ResourceName Property
The name of the resource.
Object Oriented Interface
public function getResourceName(); public function setResourceName($value);
Procedural Interface
incloudstorage_box_get($res, 52 ); incloudstorage_box_set($res, 52, $value );
Default Value
''
Remarks
This property specifies the name of the resource.
Naming restrictions:
- Names must be 255 characters or less.
- Names with non-printable ASCII are not supported.
- Names with the characters "/", "\", or trailing whitespace are not supported.
- The special names "." and ".." are not supported.
Data Type
String