Click or drag to resize
MatchMode Enumeration
The match mode enum

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public enum MatchMode
Members
  Member nameValueDescription
Unknown0 Unknown
Exact1 Exactly match
StartWith2 Match the prefix only
Range3 Match the size range. For example, the policy could be applied the files of size between 1KB to 4KB.
See Also