Class ManagementResource.UploadsResource.UploadDataRequest
Upload data for a custom data source.
Inheritance
ManagementResource.UploadsResource.UploadDataRequest
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.UploadsResource.UploadDataRequest : AnalyticsBaseServiceRequest<Upload>, IClientServiceRequest<Upload>, IClientServiceRequest
Constructors
UploadDataRequest(IClientService, string, string, string)
Constructs a new UploadData request.
Declaration
public UploadDataRequest(IClientService service, string accountId, string webPropertyId, string customDataSourceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | accountId | |
string | webPropertyId | |
string | customDataSourceId |
Properties
AccountId
Account Id associated with the upload.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type | Description |
---|---|
string |
CustomDataSourceId
Custom data source Id to which the data being uploaded belongs.
Declaration
[RequestParameter("customDataSourceId", RequestParameterType.Path)]
public virtual string CustomDataSourceId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Upload>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Upload>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Upload>.RestPath
WebPropertyId
Web property UA-string associated with the upload.
Declaration
[RequestParameter("webPropertyId", RequestParameterType.Path)]
public virtual string WebPropertyId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes UploadData parameter list.
Declaration
protected override void InitParameters()