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.

Container for the parameters to the DescribeActivities operation. Describes the user activities in a specified time period.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkDocs.AmazonWorkDocsRequest
      Amazon.WorkDocs.Model.DescribeActivitiesRequest

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

Syntax

C#
public class DescribeActivitiesRequest : AmazonWorkDocsRequest
         IAmazonWebServiceRequest

The DescribeActivitiesRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeActivitiesRequest()

Properties

NameTypeDescription
Public Property ActivityTypes System.String

Gets and sets the property ActivityTypes.

Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.

Public Property AuthenticationToken System.String

Gets and sets the property AuthenticationToken.

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Public Property EndTime System.DateTime

Gets and sets the property EndTimeUtc.

This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EndTimeUtc instead. Setting either EndTime or EndTimeUtc results in both EndTime and EndTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EndTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.

The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.

Public Property EndTimeUtc System.DateTime

Gets and sets the property EndTimeUtc.

The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.

Public Property IncludeIndirectActivities System.Boolean

Gets and sets the property IncludeIndirectActivities.

Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).

Public Property Limit System.Int32

Gets and sets the property Limit.

The maximum number of items to return.

Public Property Marker System.String

Gets and sets the property Marker.

The marker for the next set of results.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The document or folder ID for which to describe activity types.

Public Property StartTime System.DateTime

Gets and sets the property StartTimeUtc.

This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. StartTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.

The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.

Public Property StartTimeUtc System.DateTime

Gets and sets the property StartTimeUtc.

The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.

Public Property UserId System.String

Gets and sets the property UserId.

The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests.

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