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.

Request parameters for UploadDocumentStream operation.

Inheritance Hierarchy

System.Object
  Amazon.WorkDocs.Utils.UploadDocumentStreamRequest

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

Syntax

C#
public class UploadDocumentStreamRequest

The UploadDocumentStreamRequest type exposes the following members

Constructors

NameDescription
Public Method UploadDocumentStreamRequest()

Initializes a new instance of UploadDocumentStreamRequest object.

Properties

NameTypeDescription
Public Property ContentCreatedTimestamp System.DateTime

The timestamp when the content of the document was originally created.

Public Property ContentModifiedTimestamp System.DateTime

The timestamp when the content of the document was modified.

Public Property ContentType System.String

The content type of the document.

Public Property DocumentId System.String

The ID of the document.

Public Property DocumentName System.String

The name of the document.

Public Property DocumentSizeInBytes System.Int64

The size of the document, in bytes.

Public Property ParentFolderId System.String

The ID of the parent folder.

Public Property Stream System.IO.Stream

Steam of the document content.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5