AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing MediaStoreData

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

Inheritance Hierarchy

Amazon.MediaStoreData.IAmazonMediaStoreData

Namespace: Amazon.MediaStoreData
Assembly: AWSSDK.MediaStoreData.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonMediaStoreData
         IAmazonService, IDisposable

The IAmazonMediaStoreData type exposes the following members

Properties

NameTypeDescription
Public Property Paginators Amazon.MediaStoreData.Model.IMediaStoreDataPaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method DeleteObject(DeleteObjectRequest)

Deletes an object at the specified path.

Public Method DeleteObjectAsync(DeleteObjectRequest, CancellationToken)

Deletes an object at the specified path.

Public Method DescribeObject(DescribeObjectRequest)

Gets the headers for an object at the specified path.

Public Method DescribeObjectAsync(DescribeObjectRequest, CancellationToken)

Gets the headers for an object at the specified path.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method GetObject(GetObjectRequest)

Downloads the object at the specified path. If the object’s upload availability is set to streaming, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.

Public Method GetObjectAsync(GetObjectRequest, CancellationToken)

Downloads the object at the specified path. If the object’s upload availability is set to streaming, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.

Public Method ListItems(ListItemsRequest)

Provides a list of metadata entries about folders and objects in the specified folder.

Public Method ListItemsAsync(ListItemsRequest, CancellationToken)

Provides a list of metadata entries about folders and objects in the specified folder.

Public Method PutObject(PutObjectRequest)

Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.

Public Method PutObjectAsync(PutObjectRequest, CancellationToken)

Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5