Skip to content

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.

AccessIdRequired

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

Property accessId: The AccessKey ID.


AccessKeyRequired

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

Property accessKey: The AccessKey secret.


BucketRequired

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

Property bucket: The name of the OSS bucket.


ColumnsRequired

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

Property columns: The associated fields.


EndpointRequired

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

Property endpoint: The OSS endpoint.


ExternalStoreNameRequired

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

Property externalStoreName: The name of the external store.


ObjectsRequired

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

Property objects: The associated OSS objects.

Valid values of n: 1 to 100.


ProjectRequired

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

Property project: A short description of struct.


StoreTypeRequired

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

Property storeType: The type of the external store.

Set the value to oss.