RosOssExternalStoreProps
Properties for defining a RosOssExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexternalstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosOssExternalStoreProps {
object AccessId,
object AccessKey,
object Bucket,
object Columns,
object Endpoint,
object ExternalStoreName,
object Objects,
object Project,
object StoreType
};
Properties
Name | Type | Description |
---|---|---|
AccessId |
object |
No description. |
AccessKey |
object |
No description. |
Bucket |
object |
No description. |
Columns |
object |
No description. |
Endpoint |
object |
No description. |
ExternalStoreName |
object |
No description. |
Objects |
object |
No description. |
Project |
object |
No description. |
StoreType |
object |
No description. |
AccessId
Required
public object AccessId { get; set; }
- Type: object
AccessKey
Required
public object AccessKey { get; set; }
- Type: object
Bucket
Required
public object Bucket { get; set; }
- Type: object
Columns
Required
public object Columns { get; set; }
- Type: object
Endpoint
Required
public object Endpoint { get; set; }
- Type: object
ExternalStoreName
Required
public object ExternalStoreName { get; set; }
- Type: object
Objects
Required
public object Objects { get; set; }
- Type: object
Project
Required
public object Project { get; set; }
- Type: object
StoreType
Required
public object StoreType { get; set; }
- Type: object