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

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
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 try to free resources and perform other cleanup operations before it 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
See Also