Class ManagementResource.UploadsResource.UploadDataRequest
Upload data for a custom data source.
Inheritance
System.Object
ManagementResource.UploadsResource.UploadDataRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class 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 | |
| System.String | accountId | |
| System.String | webPropertyId | |
| System.String | customDataSourceId |
Properties
AccountId
Account Id associated with the upload.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |
Methods
InitParameters()
Initializes UploadData parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Analytics.v3.AnalyticsBaseServiceRequest<Google.Apis.Analytics.v3.Data.Upload>.InitParameters()