OBSMetaDirective Constants Reference

Declared in OBSServiceConstDefinition.h

OBSMetaDirective

OBSMetaDirective

此参数用来指定新对象的元数据是从源对象中复制,还是用请求中的元数据替换

Definition

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

Constants

OBSMetaDirectiveNULL0

默认

Declared In OBSServiceConstDefinition.h.

OBSMetaDirectiveCopy

复制

Declared In OBSServiceConstDefinition.h.

OBSMetaDirectiveReplace

替换

Declared In OBSServiceConstDefinition.h.

Declared In

OBSServiceConstDefinition.h