Show / Hide Table of Contents

Class ReadingPosition

Inheritance
System.Object
ReadingPosition
Implements
IDirectResponseSchema
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.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ReadingPosition : IDirectResponseSchema

Properties

EpubCfiPosition

Position in an EPUB as a CFI.

Declaration
[JsonProperty("epubCfiPosition")]
public virtual string EpubCfiPosition { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

GbImagePosition

Position in a volume for image-based content.

Declaration
[JsonProperty("gbImagePosition")]
public virtual string GbImagePosition { get; set; }
Property Value
Type Description
System.String

GbTextPosition

Position in a volume for text-based content.

Declaration
[JsonProperty("gbTextPosition")]
public virtual string GbTextPosition { get; set; }
Property Value
Type Description
System.String

Kind

Resource type for a reading position.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

PdfPosition

Position in a PDF file.

Declaration
[JsonProperty("pdfPosition")]
public virtual string PdfPosition { get; set; }
Property Value
Type Description
System.String

Updated

Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).

Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
Type Description
System.String

VolumeId

Volume id associated with this reading position.

Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top