 CopyC#
CopyC#PipelineOutputConfig
 Declaration Syntax
 Declaration Syntax| C# | 
public class PipelineOutputConfig
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PipelineOutputConfig()()()() | Initializes a new instance of the PipelineOutputConfig class | 
|  | Bucket | 
            Gets and sets the property Bucket. 
             The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: 
  CopyC# ContentConfig  CopyC# ThumbnailConfig | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Permissions | 
            Gets and sets the property Permissions. 
             
            Optional. The  
            If you include  
             If you omit  | 
|  | StorageClass | 
            Gets and sets the property StorageClass. 
             
             The Amazon S3 storage class,  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBucket(String) | Obsolete. 
            Sets the Bucket property
             | 
|  | WithPermissions(array<Permission>[]()[][]) | Obsolete. 
            Sets the Permissions property
             | 
|  | WithPermissions(IEnumerable<(Of <<'(Permission>)>>)) | Obsolete. 
            Sets the Permissions property
             | 
|  | WithStorageClass(String) | Obsolete. 
            Sets the StorageClass property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PipelineOutputConfig |