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 UpdateRoom operation. Updates a room’s configuration.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Ivschat.AmazonIvschatRequest
      Amazon.Ivschat.Model.UpdateRoomRequest

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

Syntax

C#
public class UpdateRoomRequest : AmazonIvschatRequest
         IAmazonWebServiceRequest

The UpdateRoomRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateRoomRequest()

Properties

NameTypeDescription
Public Property Identifier System.String

Gets and sets the property Identifier.

Identifier of the room to be updated. Currently this must be an ARN.

Public Property LoggingConfigurationIdentifiers System.Collections.Generic.List<System.String>

Gets and sets the property LoggingConfigurationIdentifiers.

Array of logging-configuration identifiers attached to the room.

Public Property MaximumMessageLength System.Int32

Gets and sets the property MaximumMessageLength.

The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.

Public Property MaximumMessageRatePerSecond System.Int32

Gets and sets the property MaximumMessageRatePerSecond.

Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.

Public Property MessageReviewHandler Amazon.Ivschat.Model.MessageReviewHandler

Gets and sets the property MessageReviewHandler.

Configuration information for optional review of messages. Specify an empty uri string to disassociate a message review handler from the specified room.

Public Property Name System.String

Gets and sets the property Name.

Room name. The value does not need to be unique.

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, 3.5