public sealed class SearchLineageStreamingRequest.Types.SearchLimits : IMessage<SearchLineageStreamingRequest.Types.SearchLimits>, IEquatable<SearchLineageStreamingRequest.Types.SearchLimits>, IDeepCloneable<SearchLineageStreamingRequest.Types.SearchLimits>, IBufferMessage, IMessageReference documentation and code samples for the Data Lineage v1 API class SearchLineageStreamingRequest.Types.SearchLimits.
Limits for the search results.
Implements
IMessageSearchLineageStreamingRequestTypesSearchLimits, IEquatableSearchLineageStreamingRequestTypesSearchLimits, IDeepCloneableSearchLineageStreamingRequestTypesSearchLimits, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
SearchLimits()
public SearchLimits()SearchLimits(SearchLimits)
public SearchLimits(SearchLineageStreamingRequest.Types.SearchLimits other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchLineageStreamingRequestTypesSearchLimits |
Properties
MaxDepth
public int MaxDepth { get; set; }Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
MaxProcessPerLink
public int MaxProcessPerLink { get; set; }Optional. The maximum number of processes to return per link. The default
value is 0 and the maximum value is 100. If this value is non-zero, the
response will contain process names for the links. To retrieve full
process details in the response, include links.processes.process in the
FieldMask.
| Property Value | |
|---|---|
| Type | Description |
int |
|
MaxResults
public int MaxResults { get; set; }Optional. The maximum number of links to return in the response. The default value is 1_000 and the maximum value is 10_000.
| Property Value | |
|---|---|
| Type | Description |
int |
|