OssExternalStoreProps
Properties for defining a OssExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexternalstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new OssExternalStoreProps {
object AccessId,
object AccessKey,
object Bucket,
object Columns,
object Endpoint,
object ExternalStoreName,
object Objects,
object Project,
object StoreType
};
Properties
Name | Type | Description |
---|---|---|
AccessId |
object |
Property accessId: The AccessKey ID. |
AccessKey |
object |
Property accessKey: The AccessKey secret. |
Bucket |
object |
Property bucket: The name of the OSS bucket. |
Columns |
object |
Property columns: The associated fields. |
Endpoint |
object |
Property endpoint: The OSS endpoint. |
ExternalStoreName |
object |
Property externalStoreName: The name of the external store. |
Objects |
object |
Property objects: The associated OSS objects. |
Project |
object |
Property project: A short description of struct. |
StoreType |
object |
Property storeType: The type of the external store. |
AccessId
Required
public object AccessId { get; set; }
- Type: object
Property accessId: The AccessKey ID.
AccessKey
Required
public object AccessKey { get; set; }
- Type: object
Property accessKey: The AccessKey secret.
Bucket
Required
public object Bucket { get; set; }
- Type: object
Property bucket: The name of the OSS bucket.
Columns
Required
public object Columns { get; set; }
- Type: object
Property columns: The associated fields.
Endpoint
Required
public object Endpoint { get; set; }
- Type: object
Property endpoint: The OSS endpoint.
ExternalStoreName
Required
public object ExternalStoreName { get; set; }
- Type: object
Property externalStoreName: The name of the external store.
Objects
Required
public object Objects { get; set; }
- Type: object
Property objects: The associated OSS objects.
Valid values of n: 1 to 100.
Project
Required
public object Project { get; set; }
- Type: object
Property project: A short description of struct.
StoreType
Required
public object StoreType { get; set; }
- Type: object
Property storeType: The type of the external store.
Set the value to oss.