Skip to content
Docs Try Aspire

OrleansService Properties

Class Properties 9 members
Describes an Orleans service.
BroadcastChannel Section titled BroadcastChannel Dictionary<string, IProviderConfiguration>
Gets the broadcast channel providers.
public Dictionary<string, IProviderConfiguration> BroadcastChannel { get; }
Builder Section titled Builder IDistributedApplicationBuilder
Gets the distributed application builder.
public IDistributedApplicationBuilder Builder { get; }
Gets or sets the clustering provider.
public IProviderConfiguration? Clustering { get; set; }
EnableDistributedTracing Section titled EnableDistributedTracing nullable bool?
Gets or sets a value indicating whether to enable tracing of grain calls.
public bool? EnableDistributedTracing { get; set; }
Distributed tracing is enabled by default.
GrainDirectory Section titled GrainDirectory Dictionary<string, IProviderConfiguration>
Gets the grain directory providers.
public Dictionary<string, IProviderConfiguration> GrainDirectory { get; }
GrainStorage Section titled GrainStorage Dictionary<string, IProviderConfiguration>
Gets the grain storage providers.
public Dictionary<string, IProviderConfiguration> GrainStorage { get; }
Gets the name of the service.
public string Name { get; }
Gets or sets the reminder service provider.
public IProviderConfiguration? Reminders { get; set; }
Streaming Section titled Streaming Dictionary<string, IProviderConfiguration>
Gets the stream providers.
public Dictionary<string, IProviderConfiguration> Streaming { get; }