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. |
AccessIdRequired
public object AccessId { get; set; }
- Type: object
AccessKeyRequired
public object AccessKey { get; set; }
- Type: object
BucketRequired
public object Bucket { get; set; }
- Type: object
ColumnsRequired
public object Columns { get; set; }
- Type: object
EndpointRequired
public object Endpoint { get; set; }
- Type: object
ExternalStoreNameRequired
public object ExternalStoreName { get; set; }
- Type: object
ObjectsRequired
public object Objects { get; set; }
- Type: object
ProjectRequired
public object Project { get; set; }
- Type: object
StoreTypeRequired
public object StoreType { get; set; }
- Type: object