Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Video.Archives.GetArchives
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<GetArchivesRequest>
Inherited Members

Methods

WithCount(int)

Sets the maximum number of archives to return. The default is 50 and the maximum is 1000.

IBuilderForOptional WithCount(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithCount(100)

WithOffset(int)

Sets the index offset of the first archive to return. 0 (the default) is the most recently started archive.

IBuilderForOptional WithOffset(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithOffset(10)

WithSessionId(string)

Sets a session ID filter to list archives for a specific session. Useful when listing multiple archives for an automatically archived session.

IBuilderForOptional WithSessionId(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithSessionId("flR1ZSBPY3QgMjkgMTI6MTM6MjMgUERUIDIwMTN")