| OssUtils Class |
Namespace: Aliyun.OSS.Util
The OssUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeContentCrc64 |
Computes the content crc64.
| |
| ComputeContentMd5 |
Compute the MD5 on the input stream with the given size.
| |
| IsBucketNameValid |
Check if the bucket name is valid,.
| |
| IsLoggingPrefixValid |
Checks if the logging prefix is valid.
| |
| IsObjectKeyValid |
validates the object key
| |
| IsWebpageValid |
Checks if the webpage url is valid.
| |
| TrimQuotes |
Trims quotes in the ETag
|
| Name | Description | |
|---|---|---|
| BucketCorsRuleLimit |
Max CORS rule count per bucket
| |
| DefaultPartSize |
Default part size.
| |
| DeleteObjectsUpperLimit |
Max objects to delete in multiple object deletion call.
| |
| LifecycleRuleLimit |
Max lifecycle rule count per bucket.
| |
| MaxDelimiterStringSize |
Max delimiter length.
| |
| MaxFileSize |
Max normal file size: 5G
| |
| MaxMarkerStringSize |
Marker's max length.
| |
| MaxPathLength |
Max file path length.
| |
| MaxPrefixStringSize |
Max prefix length
| |
| MaxReturnedKeys |
Max keys to return in one call.
| |
| MinPathLength |
Min file path
| |
| ObjectNameLengthLimit |
Max object key's length.
| |
| PartNumberUpperLimit |
Max part number's upper limit.
| |
| PartSizeLowerLimit |
Minimal part size in multipart upload or copy.
|