Class SfAppAnalyticsQueryRequest
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
App Analytics Query Request
SObject Name: AppAnalyticsQueryRequest
Custom Object: False
public class SfAppAnalyticsQueryRequest : SObject
- Inheritance
-
SfAppAnalyticsQueryRequest
- Inherited Members
Properties
AvailableSince
Available Since
Name: AvailableSince
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "availableSince")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? AvailableSince { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
DataType
Data Type
Name: DataType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "dataType")]
[Updateable(false)]
[Createable(true)]
public string DataType { get; set; }
Property Value
DownloadExpirationTime
Download Expiration Time
Name: DownloadExpirationTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "downloadExpirationTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? DownloadExpirationTime { get; set; }
Property Value
DownloadSize
Download File Size
Name: DownloadSize
SF Type: long
Nillable: True
[JsonProperty(PropertyName = "downloadSize")]
[Updateable(false)]
[Createable(false)]
public string DownloadSize { get; set; }
Property Value
DownloadUrl
Download URL
Name: DownloadUrl
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "downloadUrl")]
[Updateable(false)]
[Createable(false)]
public string DownloadUrl { get; set; }
Property Value
EndTime
End Time
Name: EndTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "endTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? EndTime { get; set; }
Property Value
ErrorMessage
Error Message
Name: ErrorMessage
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "errorMessage")]
[Updateable(false)]
[Createable(false)]
public string ErrorMessage { get; set; }
Property Value
FileCompression
File Compression
Name: FileCompression
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "fileCompression")]
[Updateable(false)]
[Createable(true)]
public string FileCompression { get; set; }
Property Value
FileType
File Type
Name: FileType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "fileType")]
[Updateable(false)]
[Createable(true)]
public string FileType { get; set; }
Property Value
Id
App Analytics Query Request ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
Name
Number
Name: Name
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
OrganizationIds
Organization IDs
Name: OrganizationIds
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "organizationIds")]
[Updateable(false)]
[Createable(true)]
public string OrganizationIds { get; set; }
Property Value
PackageIds
Package IDs
Name: PackageIds
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "packageIds")]
[Updateable(false)]
[Createable(true)]
public string PackageIds { get; set; }
Property Value
QuerySubmittedTime
Query Submitted Time
Name: QuerySubmittedTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "querySubmittedTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? QuerySubmittedTime { get; set; }
Property Value
RequestState
Request State
Name: RequestState
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "requestState")]
[Updateable(false)]
[Createable(false)]
public string RequestState { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartTime
Start Time
Name: StartTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "startTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? StartTime { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }