IndexDocumentProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oss;
new IndexDocumentProperty {
object Suffix,
object SupportSubDir = null,
object Type = null
};
Properties
| Name | Type | Description |
|---|---|---|
Suffix |
object |
No description. |
SupportSubDir |
object |
No description. |
Type |
object |
No description. |
SuffixRequired
public object Suffix { get; set; }
- Type: object
SupportSubDirOptional
public object SupportSubDir { get; set; }
- Type: object
TypeOptional
public object Type { get; set; }
- Type: object