public sealed class DeleteFeedRequest : IMessage<DeleteFeedRequest>, IEquatable<DeleteFeedRequest>, IDeepCloneable<DeleteFeedRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DeleteFeedRequest.
Request message to delete a feed.
Implements
IMessageDeleteFeedRequest, IEquatableDeleteFeedRequest, IDeepCloneableDeleteFeedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DeleteFeedRequest()
public DeleteFeedRequest()DeleteFeedRequest(DeleteFeedRequest)
public DeleteFeedRequest(DeleteFeedRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteFeedRequest |
Properties
DeleteBacklog
public bool DeleteBacklog { get; set; }Optional. If true, delete the uningested backlog in OOB retry queue for the feed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
FeedName
public FeedName FeedName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FeedName |
|
Name
public string Name { get; set; }Required. The ID of the feed to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}
| Property Value | |
|---|---|
| Type | Description |
string |
|