ArcGIS Pro 3.3 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 int LoadFromParquetFile( 
       string tableName,
       string tablePath
    )
    Public Function LoadFromParquetFile( _
       ByVal tableName As String, _
       ByVal tablePath As String _
    ) As Integer

    Parameters

    tableName
    tablePath
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also