public sealed class OutputConfig.Types.GcsDestination : IMessage<OutputConfig.Types.GcsDestination>, IEquatable<OutputConfig.Types.GcsDestination>, IDeepCloneable<OutputConfig.Types.GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class OutputConfig.Types.GcsDestination.
The Google Cloud Storage output destination configuration.
Implements
IMessageOutputConfigTypesGcsDestination, IEquatableOutputConfigTypesGcsDestination, IDeepCloneableOutputConfigTypesGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(OutputConfig.Types.GcsDestination other)
Parameter | |
---|---|
Name | Description |
other |
OutputConfigTypesGcsDestination |
Properties
OutputUriPrefix
public string OutputUriPrefix { get; set; }
Required. The output uri prefix for saving output data to json files. Some mapping examples are as follows: output_uri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json
Property Value | |
---|---|
Type | Description |
string |