Click or drag to resize
PolicyConditions Class
Conditions list. It specifies all valid fields in the post form.
Inheritance Hierarchy
SystemObject
  Aliyun.OSSPolicyConditions

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
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)
Adds a condition item with exact MatchMode
Public methodAddConditionItem(String, Int64, Int64)
Adds a condition with range match mode.
Public methodAddConditionItem(MatchMode, String, String)
Adds a condition item with specified MatchMode
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
The cache control behavior for downloading files
Public fieldStatic memberCondContentDisposition
Content disposition behavior
Public fieldStatic memberCondContentEncoding
The content encoding
Public fieldStatic memberCondContentLengthRange
Content length range
Public fieldStatic memberCondContentType
Content types defined in RFC2616
Public fieldStatic memberCondExpires
Expiration time
Public fieldStatic memberCondKey
object key
Public fieldStatic memberCondSuccessActionRedirect
redirect upon success
Public fieldStatic memberCondSuccessActionStatus
The action status upon success
Public fieldStatic memberCondXOssMetaPrefix
The custom metadata prefix
Top
See Also