Click or drag to resize
PolicyConditions Class
Conditions列表,用于指定 Post 请求表单域的合法值。
Inheritance Hierarchy
SystemObject
  Aliyun.OSSPolicyConditions

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public class PolicyConditions

The PolicyConditions type exposes the following members.

Constructors
  NameDescription
Public methodPolicyConditions
Initializes a new instance of the PolicyConditions class
Top
Methods
  NameDescription
Public methodAddConditionItem(String, String)
采用默认匹配方式(精确匹配)添加Conditions项。
Public methodAddConditionItem(String, Int64, Int64)
采用范围匹配模式添加Conditions项。
Public methodAddConditionItem(MatchMode, String, String)
采用指定匹配模式添加Conditions项。
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCondCacheControl
文件被下载时的网页的缓存行为
Public fieldStatic memberCondContentDisposition
文件被下载时的名称
Public fieldStatic memberCondContentEncoding
文件被下载时的内容编码格式
Public fieldStatic memberCondContentLengthRange
文件长度范围
Public fieldStatic memberCondContentType
RFC2616中定义的HTTP请求内容类型
Public fieldStatic memberCondExpires
过期时间
Public fieldStatic memberCondKey
名称
Public fieldStatic memberCondSuccessActionRedirect
成功时的重定向
Public fieldStatic memberCondSuccessActionStatus
成功时的状态
Public fieldStatic memberCondXOssMetaPrefix
用户自定义meta元素的前缀x-oss-meta-
Top
See Also