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. |
Suffix
Required
public object Suffix { get; set; }
- Type: object
SupportSubDir
Optional
public object SupportSubDir { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object