ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Catalog.DatabaseConnections Namespace / CDWInterface Class / LoadFromParquetFile Method

In This Topic
    LoadFromParquetFile Method
    In This Topic
    Load Parquet file to Google BigQuery database
    Syntax
    Public Function LoadFromParquetFile( _
       ByVal tableName As String, _
       ByVal tablePath As String _
    ) As Integer
    public int LoadFromParquetFile( 
       string tableName,
       string tablePath
    )

    Parameters

    tableName
    tablePath
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also