Show / Hide Table of Contents

Class PubSubOptions

Inheritance
System.Object
PubSubOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Streaming.GCP.dll
Syntax
public class PubSubOptions : object

Fields

| Improve this Doc View Source

MAX_DEADLINE

Declaration
public static readonly TimeSpan MAX_DEADLINE
Field Value
Type Description
TimeSpan

Properties

| Improve this Doc View Source

ClusterId

Declaration
public string ClusterId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CustomEndpoint

Declaration
public string CustomEndpoint { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Deadline

Declaration
public TimeSpan? Deadline { get; set; }
Property Value
Type Description
System.Nullable<TimeSpan>
| Improve this Doc View Source

ProjectId

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TopicId

Declaration
public string TopicId { get; set; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX