CatalogProps
Properties for defining a Catalog
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dlf-catalog
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dlf;
new CatalogProps {
object CatalogId,
object Description = null,
object LocationUri = null,
object Owner = null
};
Properties
Name | Type | Description |
---|---|---|
CatalogId |
object |
Property catalogId: Catalog ID. |
Description |
object |
Property description: Description. |
LocationUri |
object |
Property locationUri: Location uri, for example: oss:\/\/dlf-test-oss-location\/. |
Owner |
object |
Property owner: Person in charge, principal format. |
CatalogId
Required
public object CatalogId { get; set; }
- Type: object
Property catalogId: Catalog ID.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description.
LocationUri
Optional
public object LocationUri { get; set; }
- Type: object
Property locationUri: Location uri, for example: oss:\/\/dlf-test-oss-location\/.
Owner
Optional
public object Owner { get; set; }
- Type: object
Property owner: Person in charge, principal format.
Empty auto-fill with current creator identity