SinkProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new SinkProperty {
object Bucket,
object BufferInterval,
object BufferSize,
object ContentType,
object RoleArn,
object CompressionType = null,
object ContentDetail = null,
object DelaySeconds = null,
object Endpoint = null,
object PathFormat = null,
object PathFormatType = null,
object Prefix = null,
object Suffix = null,
object TimeZone = null
};
Properties
Name | Type | Description |
---|---|---|
Bucket |
object |
No description. |
BufferInterval |
object |
No description. |
BufferSize |
object |
No description. |
ContentType |
object |
No description. |
RoleArn |
object |
No description. |
CompressionType |
object |
No description. |
ContentDetail |
object |
No description. |
DelaySeconds |
object |
No description. |
Endpoint |
object |
No description. |
PathFormat |
object |
No description. |
PathFormatType |
object |
No description. |
Prefix |
object |
No description. |
Suffix |
object |
No description. |
TimeZone |
object |
No description. |
Bucket
Required
public object Bucket { get; set; }
- Type: object
BufferInterval
Required
public object BufferInterval { get; set; }
- Type: object
BufferSize
Required
public object BufferSize { get; set; }
- Type: object
ContentType
Required
public object ContentType { get; set; }
- Type: object
RoleArn
Required
public object RoleArn { get; set; }
- Type: object
CompressionType
Optional
public object CompressionType { get; set; }
- Type: object
ContentDetail
Optional
public object ContentDetail { get; set; }
- Type: object
DelaySeconds
Optional
public object DelaySeconds { get; set; }
- Type: object
Endpoint
Optional
public object Endpoint { get; set; }
- Type: object
PathFormat
Optional
public object PathFormat { get; set; }
- Type: object
PathFormatType
Optional
public object PathFormatType { get; set; }
- Type: object
Prefix
Optional
public object Prefix { get; set; }
- Type: object
Suffix
Optional
public object Suffix { get; set; }
- Type: object
TimeZone
Optional
public object TimeZone { get; set; }
- Type: object