Skip to content

NamespaceProps

Properties for defining a Namespace.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-namespace

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new NamespaceProps {
    object Namespace,
    object Description = null,
    object Specification = null
};

Properties

Name Type Description
Namespace object Property namespace: The name of the namespace.
Description object Property description: The description of the namespace.
Specification object Property specification: The data retention period of the namespace.

NamespaceRequired

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

Property namespace: The name of the namespace.

The name can contain lowercase letters, digits, and hyphens (-).


DescriptionOptional

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

Property description: The description of the namespace.


SpecificationOptional

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

Property specification: The data retention period of the namespace.

Valid values:

  • cms.s1.large: Data storage duration is 15 days.
  • cms.s1.xlarge: Data storage duration is 32 days.
  • cms.s1.2xlarge: Data storage duration 63 days.
  • cms.s1.3xlarge: Data storage duration 93 days.
  • cms.s1.6xlarge: Data storage duration 185 days.
  • cms.s1.12xlarge: Data storage duration 376 days.