| OssUtils Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Aliyun.OSS.Util
 Syntax
SyntaxThe OssUtils type exposes the following members.
 Methods
Methods| 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
             | 
 Fields
Fields| 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.
             | 
 See Also
See Also