Skip to content

RosImageCacheProps

Properties for defining a RosImageCache.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecache

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new RosImageCacheProps {
    object ImageCacheId,
    object RefreshOptions = null
};

Properties

Name Type Description
ImageCacheId object No description.
RefreshOptions object No description.

ImageCacheIdRequired

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

RefreshOptionsOptional

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