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.

Response properties for UploadDocumentStream operation.

Inheritance Hierarchy

System.Object
  Amazon.WorkDocs.Utils.UploadDocumentStreamResponse

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

Syntax

C#
public class UploadDocumentStreamResponse

The UploadDocumentStreamResponse type exposes the following members

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.

Public Property VersionId System.String

The version ID of the document.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer