public sealed class MessageStoragePolicy : IMessage<MessageStoragePolicy>, IEquatable<MessageStoragePolicy>, IDeepCloneable<MessageStoragePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class MessageStoragePolicy.
A policy constraining the storage of messages published to the topic.
Implements
IMessageMessageStoragePolicy, IEquatableMessageStoragePolicy, IDeepCloneableMessageStoragePolicy, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
MessageStoragePolicy()
public MessageStoragePolicy()
MessageStoragePolicy(MessageStoragePolicy)
public MessageStoragePolicy(MessageStoragePolicy other)
Parameter | |
---|---|
Name | Description |
other | MessageStoragePolicy |
Properties
AllowedPersistenceRegions
public RepeatedField<string> AllowedPersistenceRegions { get; }
A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |