Skip to content

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.

CatalogIdRequired

public object CatalogId { get; set; }
  • Type: object

Property catalogId: Catalog ID.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: Description.


LocationUriOptional

public object LocationUri { get; set; }
  • Type: object

Property locationUri: Location uri, for example: oss:\/\/dlf-test-oss-location\/.


OwnerOptional

public object Owner { get; set; }
  • Type: object

Property owner: Person in charge, principal format.

Empty auto-fill with current creator identity