Show / Hide Table of Contents

Class GoogleCloudStorageLocation

The location of Google Cloud Storage dataset.

Inheritance
System.Object
DatasetLocation
GoogleCloudStorageLocation
Inherited Members
DatasetLocation.AdditionalProperties
DatasetLocation.FileName
DatasetLocation.FolderPath
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleCloudStorageLocation/GoogleCloudStorageLocationConverter))]
public class GoogleCloudStorageLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation

Constructors

GoogleCloudStorageLocation()

Initializes a new instance of GoogleCloudStorageLocation.

Declaration
public GoogleCloudStorageLocation ();

Properties

BucketName

Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string).

Declaration
public object BucketName { get; set; }
Property Value
System.Object

Version

Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).

Declaration
public object Version { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET