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