OBSMetaDirective Constants Reference

Declared in OBSServiceConstDefinition.h

OBSMetaDirective

  • OBSMetaDirective

*

  • This parameter specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.

*

Definition

typedef NS_ENUM(NSInteger, OBSMetaDirective ) {
   OBSMetaDirectiveNULL0,
   OBSMetaDirectiveCopy,
   OBSMetaDirectiveReplace,
};

Constants

OBSMetaDirectiveNULL0
 *   Default value

Declared In OBSServiceConstDefinition.h.

OBSMetaDirectiveCopy
 *   Copy

Declared In OBSServiceConstDefinition.h.

OBSMetaDirectiveReplace
 *   Replace

Declared In OBSServiceConstDefinition.h.

Declared In

OBSServiceConstDefinition.h