public sealed class DataExchange : IMessage<DataExchange>, IEquatable<DataExchange>, IDeepCloneable<DataExchange>, IBufferMessage, IMessage
A data exchange is a container that enables data sharing. It contains a set of listings of the data sources along with descriptive information of the data exchange.
Implements
IMessage<DataExchange>, IEquatable<DataExchange>, IDeepCloneable<DataExchange>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
DataExchange()
public DataExchange()
DataExchange(DataExchange)
public DataExchange(DataExchange other)
Parameter | |
---|---|
Name | Description |
other | DataExchange |
Properties
DataExchangeName
public DataExchangeName DataExchangeName { get; set; }
DataExchangeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataExchangeName |
Description
public string Description { get; set; }
Optional. Short description of the data exchange that can consist of sentences or paragraphs. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). Default value is an empty string. Max length: 2000 bytes.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Required. Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.
Property Value | |
---|---|
Type | Description |
String |
Documentation
public string Documentation { get; set; }
Optional. Documentation describing the data exchange.
Property Value | |
---|---|
Type | Description |
String |
Icon
public ByteString Icon { get; set; }
Optional. Base64 encoded image representing the data exchange. Max Size: 3.0MiB Expected image dimensions are 512x512 pixels, however the API only performs validation on size of the encoded data. Note: For byte fields, the contents of the field are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.
Property Value | |
---|---|
Type | Description |
ByteString |
ListingCount
public int ListingCount { get; set; }
Output only. Number of listings contained in the data exchange.
Property Value | |
---|---|
Type | Description |
Int32 |
Name
public string Name { get; set; }
Output only. The resource name of the data exchange.
e.g. projects/myproject/locations/US/dataExchanges/123
.
Property Value | |
---|---|
Type | Description |
String |
PrimaryContact
public string PrimaryContact { get; set; }
Optional. Email, URL or other reference of the primary point of contact of the data exchange Max Length: 1000 bytes.
Property Value | |
---|---|
Type | Description |
String |