Class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user store, return the number of end users successfully deleted or failed to delete in the metadata.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailureCount
The number of end users under the user store that failed to be deleted.
Declaration
[JsonProperty("failureCount")]
public virtual long? FailureCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SuccessCount
The number of end users under the user store that were successfully deleted.
Declaration
[JsonProperty("successCount")]
public virtual long? SuccessCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |